56856 Commits (a41478e3f60d0d4c16cc22170866e561fd216834)
 

Author SHA1 Message Date
  Brian Paul 36c83ccca0 mesa; change ctx->Driver.SaveNeedFlush to boolean, and document it. 12 years ago
  Brian Paul af30987a69 vbo: update comments for vbo_save_NotifyBegin() 12 years ago
  Brian Paul 4ea05bcba6 vbo: implement primitive merging for glBegin/End sequences 12 years ago
  Brian Paul 3702d25082 vbo: create a few utility functions for merging primitives 12 years ago
  Zack Rusin a232afdbfb draw/pt: adjust overflow calculations 12 years ago
  Zack Rusin 8490d21cbe tgsi/ureg: make the dst register match the src indirection 12 years ago
  Roland Scheidegger 23025ed15d gallium: tgsi documentation updates and clarification for integer opcodes. 12 years ago
  Roland Scheidegger ae507b6260 llvmpipe: get rid of depth swizzling. 12 years ago
  Lauri Kasanen e495d88453 r600g: Correctly initialize the shader key, v2 12 years ago
  Lauri Kasanen 5ff81cfd86 st/xvmc/tests: Fix build failure, v2 12 years ago
  Andreas Boll e62be5de53 scons: remove nouveau build 12 years ago
  Andreas Boll 4ca44f2c5e scons: remove radeon build 12 years ago
  Alex Deucher 4539f8e20a r600g: don't emit surface_sync after FLUSH_AND_INV_EVENT 12 years ago
  Vadim Girlin 41005d7bd2 r600g/sb: zero-initialize bytecode structs 12 years ago
  Vadim Girlin f92bd0958e r600g/sb: fix constant propagation in gvn pass 12 years ago
  Vadim Girlin 3c201a22ca r600g/sb: don't run unnecessary passes 12 years ago
  Vadim Girlin 48ba5712f5 r600g/sb: silence warnings with gcc 4.8 12 years ago
  Vadim Girlin c49b6d7f27 r600g/sb: fix handling of interference sets in post_scheduler 12 years ago
  Vadim Girlin e16ef1f454 r600g/sb: fix allocation of indirectly addressed input arrays 12 years ago
  Vadim Girlin a6fe055fa7 r600g/sb: use hex instead of binary constants 12 years ago
  Vadim Girlin 4ca67dbf0c r600g: use old shader disassembler by default 12 years ago
  Christian König b4b3041132 radeon/uvd: enable interlaced buffers by default 12 years ago
  Christian König 85b0880a17 vl/idct: fix for commit 7d2f2a0c890b1993532a45c8c392c28950ddc06e 12 years ago
  Christian König 379753869d vl/buffers: fix typo in function name 12 years ago
  Christian König 9c353ea293 radeon/uvd: fix some MPEG4 artifacts 12 years ago
  José Fonseca abbbc9b667 draw: Update for u_assembled_primitive -> u_assembled_prim rename. 12 years ago
  Chia-I Wu 8b2a967e32 st/egl: fix bulid errors on Android 4.2 12 years ago
  Chia-I Wu 7346ab3b43 ilo: use u_reduced_prims_for_vertices() 12 years ago
  Chia-I Wu f87dccdc19 util/prim: add u_reduced_prims_for_vertices() 12 years ago
  Chia-I Wu 90d5190594 util/prim: assorted fixes for u_decomposed_prims_for_vertices() 12 years ago
  Chia-I Wu 30671cecc0 util/prim: use vertex count info in u_validate_pipe_prim() 12 years ago
  Chia-I Wu ddf0e3930f util/prim: fix the name of the include guard 12 years ago
  Chia-I Wu 5dd3bd70a1 draw: use u_assembled_prim() instead of u_assembled_primitive() 12 years ago
  Chia-I Wu 185692e72c util/prim: clean up and add comments 12 years ago
  Chia-I Wu 64913002e4 util/prim: fix primitive trimming for triangles with adjacency 12 years ago
  Eric Anholt 573d8813fd i965/vs: Add instruction scheduling. 12 years ago
  Eric Anholt 3b00a6acac i965: Move most of the FS instruction scheduler code to a general class. 12 years ago
  Eric Anholt ce22dd75b7 i965: Pull a couple of FS scheduling functions out to methods. 12 years ago
  Eric Anholt ee0223ba2a i965: Move FS instruction scheduling to a non-FS-specific file. 12 years ago
  Eric Anholt ab04f3b2d7 i965: Share the register file enum between the two backends. 12 years ago
  Eric Anholt 63c8155b09 i965: Make dump_instructions be a virtual method of the visitor. 12 years ago
  Eric Anholt 74e670d0a3 i965/vs: Do round-robin register allocation on gen6+ like we do in the FS. 12 years ago
  Rob Bradford 15e64de9e6 wayland: Make eglQueryBufferWL succeed for width and height requests too 12 years ago
  Zack Rusin 396b861ceb draw/gs: don't crash when vs/gs signatures don't match 12 years ago
  Zack Rusin 999cd79c9e tgsi: allow negation of all integer types 12 years ago
  Eric Anholt 1dfea559c3 i965: Fix SNB GPU hangs when a blorp batch is the first thing to execute. 12 years ago
  Tom Stellard 156bcca62c r600g: Don't set the dest cache bits on surface sync for R600_CONTEXT_FLUSH_AND_INV 12 years ago
  Tom Stellard 5752be0cb7 r600g/compute: Fix build error in debug code 12 years ago
  Armin K cd84353d57 radeon: Fix build with LLVM 3.3 12 years ago
  Armin K 4742f9b00b gallivm: Fix build with LLVM 3.3 12 years ago