2013-05-04 |
Eric Anholt | i965: Enable fast clears on non-8x4-aligned sizes. 51/6451/1 |
commit | commitdiff | tree | snapshot |
2013-05-04 |
Brian Paul | vbo: add comments, const qualifiers 50/6450/1 |
commit | commitdiff | tree | snapshot |
2013-05-04 |
Brian Paul | mesa: whitespace, formatting fixes, etc in api_arrayelt.c 49/6449/1 |
commit | commitdiff | tree | snapshot |
2013-05-04 |
Brian Paul | vbo: use new no-op ArrayElement in _mesa_noop_vtxfmt_init() 48/6448/1 |
commit | commitdiff | tree | snapshot |
2013-05-04 |
Brian Paul | mesa: change ctx->Driver.NeedFlush to GLbitfield and... 47/6447/1 |
commit | commitdiff | tree | snapshot |
2013-05-04 |
Brian Paul | mesa; change ctx->Driver.SaveNeedFlush to boolean,... 46/6446/1 |
commit | commitdiff | tree | snapshot |
2013-05-04 |
Brian Paul | vbo: update comments for vbo_save_NotifyBegin() 45/6445/1 |
commit | commitdiff | tree | snapshot |
2013-05-04 |
Brian Paul | vbo: implement primitive merging for glBegin/End sequences 44/6444/1 |
commit | commitdiff | tree | snapshot |
2013-05-04 |
Brian Paul | vbo: create a few utility functions for merging primitives 43/6443/1 |
commit | commitdiff | tree | snapshot |
2013-05-03 |
Zack Rusin | draw/pt: adjust overflow calculations 42/6442/1 |
commit | commitdiff | tree | snapshot |
2013-05-03 |
Zack Rusin | tgsi/ureg: make the dst register match the src indirection 41/6441/1 |
commit | commitdiff | tree | snapshot |
2013-05-03 |
Roland Scheidegger | gallium: tgsi documentation updates and clarification... 40/6440/1 |
commit | commitdiff | tree | snapshot |
2013-05-03 |
Roland Scheidegger | llvmpipe: get rid of depth swizzling. 39/6439/1 |
commit | commitdiff | tree | snapshot |
2013-05-03 |
Lauri Kasanen | r600g: Correctly initialize the shader key, v2 38/6438/1 |
commit | commitdiff | tree | snapshot |
2013-05-03 |
Lauri Kasanen | st/xvmc/tests: Fix build failure, v2 37/6437/1 |
commit | commitdiff | tree | snapshot |
2013-05-03 |
Andreas Boll | scons: remove nouveau build 36/6436/1 |
commit | commitdiff | tree | snapshot |
2013-05-03 |
Andreas Boll | scons: remove radeon build 35/6435/1 |
commit | commitdiff | tree | snapshot |
2013-05-03 |
Alex Deucher | r600g: don't emit surface_sync after FLUSH_AND_INV_EVENT 34/6434/1 |
commit | commitdiff | tree | snapshot |
2013-05-03 |
Vadim Girlin | r600g/sb: zero-initialize bytecode structs 33/6433/1 |
commit | commitdiff | tree | snapshot |
2013-05-03 |
Vadim Girlin | r600g/sb: fix constant propagation in gvn pass 32/6432/1 |
commit | commitdiff | tree | snapshot |
2013-05-03 |
Vadim Girlin | r600g/sb: don't run unnecessary passes 31/6431/1 |
commit | commitdiff | tree | snapshot |
2013-05-03 |
Vadim Girlin | r600g/sb: silence warnings with gcc 4.8 30/6430/1 |
commit | commitdiff | tree | snapshot |
2013-05-03 |
Vadim Girlin | r600g/sb: fix handling of interference sets in post_sch... 29/6429/1 |
commit | commitdiff | tree | snapshot |
2013-05-03 |
Vadim Girlin | r600g/sb: fix allocation of indirectly addressed input... 28/6428/1 |
commit | commitdiff | tree | snapshot |
2013-05-03 |
Vadim Girlin | r600g/sb: use hex instead of binary constants 27/6427/1 |
commit | commitdiff | tree | snapshot |
2013-05-03 |
Vadim Girlin | r600g: use old shader disassembler by default 26/6426/1 |
commit | commitdiff | tree | snapshot |
2013-05-03 |
Christian König | radeon/uvd: enable interlaced buffers by default 25/6425/1 |
commit | commitdiff | tree | snapshot |
2013-05-03 |
Christian König | vl/idct: fix for commit 7d2f2a0c890b1993532a45c8c392c28... 24/6424/1 |
commit | commitdiff | tree | snapshot |
2013-05-03 |
Christian König | vl/buffers: fix typo in function name 23/6423/1 |
commit | commitdiff | tree | snapshot |
2013-05-03 |
Christian König | radeon/uvd: fix some MPEG4 artifacts 22/6422/1 |
commit | commitdiff | tree | snapshot |
2013-05-03 |
José Fonseca | draw: Update for u_assembled_primitive -> u_assembled_p... 21/6421/1 |
commit | commitdiff | tree | snapshot |
2013-05-03 |
Chia-I Wu | st/egl: fix bulid errors on Android 4.2 20/6420/1 |
commit | commitdiff | tree | snapshot |
2013-05-03 |
Chia-I Wu | ilo: use u_reduced_prims_for_vertices() 19/6419/1 |
commit | commitdiff | tree | snapshot |
2013-05-03 |
Chia-I Wu | util/prim: add u_reduced_prims_for_vertices() 18/6418/1 |
commit | commitdiff | tree | snapshot |
2013-05-03 |
Chia-I Wu | util/prim: assorted fixes for u_decomposed_prims_for_ve... 17/6417/1 |
commit | commitdiff | tree | snapshot |
2013-05-03 |
Chia-I Wu | util/prim: use vertex count info in u_validate_pipe_prim() 16/6416/1 |
commit | commitdiff | tree | snapshot |
2013-05-03 |
Chia-I Wu | util/prim: fix the name of the include guard 15/6415/1 |
commit | commitdiff | tree | snapshot |
2013-05-03 |
Chia-I Wu | draw: use u_assembled_prim() instead of u_assembled_pri... 14/6414/1 |
commit | commitdiff | tree | snapshot |
2013-05-03 |
Chia-I Wu | util/prim: clean up and add comments 13/6413/1 |
commit | commitdiff | tree | snapshot |
2013-05-03 |
Chia-I Wu | util/prim: fix primitive trimming for triangles with... 12/6412/1 |
commit | commitdiff | tree | snapshot |
2013-05-02 |
Eric Anholt | i965/vs: Add instruction scheduling. 11/6411/1 |
commit | commitdiff | tree | snapshot |
2013-05-02 |
Eric Anholt | i965: Move most of the FS instruction scheduler code... 10/6410/1 |
commit | commitdiff | tree | snapshot |
2013-05-02 |
Eric Anholt | i965: Pull a couple of FS scheduling functions out... 09/6409/1 |
commit | commitdiff | tree | snapshot |
2013-05-02 |
Eric Anholt | i965: Move FS instruction scheduling to a non-FS-specif... 08/6408/1 |
commit | commitdiff | tree | snapshot |
2013-05-02 |
Eric Anholt | i965: Share the register file enum between the two... 07/6407/1 |
commit | commitdiff | tree | snapshot |
2013-05-02 |
Eric Anholt | i965: Make dump_instructions be a virtual method of... 06/6406/1 |
commit | commitdiff | tree | snapshot |
2013-05-02 |
Eric Anholt | i965/vs: Do round-robin register allocation on gen6... 05/6405/1 |
commit | commitdiff | tree | snapshot |
2013-05-02 |
Rob Bradford | wayland: Make eglQueryBufferWL succeed for width and... 04/6404/1 |
commit | commitdiff | tree | snapshot |
2013-05-02 |
Zack Rusin | draw/gs: don't crash when vs/gs signatures don't match 03/6403/1 |
commit | commitdiff | tree | snapshot |
2013-05-02 |
Zack Rusin | tgsi: allow negation of all integer types 02/6402/1 |
commit | commitdiff | tree | snapshot |
2013-05-02 |
Eric Anholt | i965: Fix SNB GPU hangs when a blorp batch is the first... 01/6401/1 |
commit | commitdiff | tree | snapshot |
2013-05-02 |
Tom Stellard | r600g: Don't set the dest cache bits on surface sync... 00/6400/1 |
commit | commitdiff | tree | snapshot |
2013-05-02 |
Tom Stellard | r600g/compute: Fix build error in debug code 99/6399/1 |
commit | commitdiff | tree | snapshot |
2013-05-02 |
Armin K | radeon: Fix build with LLVM 3.3 98/6398/1 |
commit | commitdiff | tree | snapshot |
2013-05-02 |
Armin K | gallivm: Fix build with LLVM 3.3 97/6397/1 |
commit | commitdiff | tree | snapshot |
2013-05-02 |
Brian Paul | mesa: update comments, simplify code in vtxfmt.c 96/6396/1 |
commit | commitdiff | tree | snapshot |
2013-05-02 |
Brian Paul | mesa: update GLvertexformat comments 95/6395/1 |
commit | commitdiff | tree | snapshot |
2013-05-02 |
Brian Paul | mesa: remove GLvertexformat::EvalMesh1(), EvalMesh2() 94/6394/1 |
commit | commitdiff | tree | snapshot |
2013-05-02 |
Brian Paul | mesa: remove GLvertexformat::Rectf() 93/6393/1 |
commit | commitdiff | tree | snapshot |
2013-05-02 |
Brian Paul | mesa: simplify dispatch for glDraw* functions 92/6392/1 |
commit | commitdiff | tree | snapshot |
2013-05-02 |
Brian Paul | vbo: add new vbo_initialize_exec_dispatch(), vbo_initia... 91/6391/1 |
commit | commitdiff | tree | snapshot |
2013-05-02 |
Brian Paul | mesa: remove _MESA_INIT_EVAL_VTXFMT() macro 90/6390/1 |
commit | commitdiff | tree | snapshot |
2013-05-02 |
Brian Paul | mesa: remove _MESA_INIT_ARRAYELT_VTXFMT() macro 89/6389/1 |
commit | commitdiff | tree | snapshot |
2013-05-02 |
Brian Paul | mesa: remove _MESA_INIT_DLIST_VTXFMT() macro 88/6388/1 |
commit | commitdiff | tree | snapshot |
2013-05-02 |
Brian Paul | mesa: change _mesa_inside_dlist_begin_end() to handle... 87/6387/1 |
commit | commitdiff | tree | snapshot |
2013-05-02 |
Brian Paul | mesa: add names of geometry shader prims in gl_enums.py 86/6386/1 |
commit | commitdiff | tree | snapshot |
2013-05-02 |
Brian Paul | vbo: fix initial value of ctx->Driver.CurrentSavePrimitive 85/6385/1 |
commit | commitdiff | tree | snapshot |
2013-05-02 |
Brian Paul | vbo: fix error detection in vbo_save_playback_vertex_list() 84/6384/1 |
commit | commitdiff | tree | snapshot |
2013-05-02 |
Brian Paul | mesa: comments, formatting fixes in dlist code 83/6383/1 |
commit | commitdiff | tree | snapshot |
2013-05-02 |
Brian Paul | vbo: remove redundant vfmt->Begin = _save_Begin assignment 82/6382/1 |
commit | commitdiff | tree | snapshot |
2013-05-02 |
Brian Paul | mesa: don't install glDraw* functions into the BeginEnd... 81/6381/1 |
commit | commitdiff | tree | snapshot |
2013-05-02 |
Brian Paul | vbo: fix parameter validation for saving dlist glDraw... 80/6380/1 |
commit | commitdiff | tree | snapshot |
2013-05-02 |
Brian Paul | mesa: add missing error check in _mesa_EndList() 79/6379/1 |
commit | commitdiff | tree | snapshot |
2013-05-02 |
Brian Paul | mesa: remove unused PRIM_INSIDE_UNKNOWN_PRIM constant 78/6378/1 |
commit | commitdiff | tree | snapshot |
2013-05-02 |
Brian Paul | mesa: simplify save_Begin() error checking 77/6377/1 |
commit | commitdiff | tree | snapshot |
2013-05-02 |
Brian Paul | mesa: refactor _mesa_valid_prim_mode() 76/6376/1 |
commit | commitdiff | tree | snapshot |
2013-05-02 |
Brian Paul | mesa: fix CurrentSavePrimitive <= GL_POLYGON tests 75/6375/1 |
commit | commitdiff | tree | snapshot |
2013-05-02 |
Brian Paul | mesa: adjust PRIM_x constants for geometry shaders 74/6374/1 |
commit | commitdiff | tree | snapshot |
2013-05-02 |
Brian Paul | mesa: fix save_ShadeModel() logic and add new comments 73/6373/1 |
commit | commitdiff | tree | snapshot |
2013-05-02 |
Adam Jackson | gallivm: Fix altivec intrinsics for 8xi16 add/sub 72/6372/1 |
commit | commitdiff | tree | snapshot |
2013-05-02 |
Lauri Kasanen | r600/sb: Fix build failure with non-standard libdrm... 71/6371/1 |
commit | commitdiff | tree | snapshot |
2013-05-02 |
Lauri Kasanen | radeon/uvd: Fix build failure with non-standard libdrm... 70/6370/1 |
commit | commitdiff | tree | snapshot |
2013-05-01 |
Jordan Justen | mesa: implement glFramebufferTexture 69/6369/1 |
commit | commitdiff | tree | snapshot |
2013-05-01 |
Jordan Justen | mesa: add Layered field to framebuffers 68/6368/1 |
commit | commitdiff | tree | snapshot |
2013-05-01 |
Jordan Justen | mesa: add renderbuffer attachment Layered field 67/6367/1 |
commit | commitdiff | tree | snapshot |
2013-05-01 |
Jordan Justen | mesa: add renderbuffer Depth field 66/6366/1 |
commit | commitdiff | tree | snapshot |
2013-05-01 |
Andreas Boll | mesa: add usage examples to get-pick-list and shortlog... 65/6365/1 |
commit | commitdiff | tree | snapshot |
2013-05-01 |
Andreas Boll | docs: add info about bugzilla_mesa.sh script 64/6364/1 |
commit | commitdiff | tree | snapshot |
2013-05-01 |
Andreas Boll | mesa: Add a script to generate the list of fixed bugs 63/6363/1 |
commit | commitdiff | tree | snapshot |
2013-05-01 |
Andreas Boll | scons: remove IN_DRI_DRIVER 62/6362/1 |
commit | commitdiff | tree | snapshot |
2013-05-01 |
Andreas Boll | build: remove unused API_DEFINES 61/6361/1 |
commit | commitdiff | tree | snapshot |
2013-05-01 |
Brian Paul | configure: remove IN_DRI_DRIVER 60/6360/1 |
commit | commitdiff | tree | snapshot |
2013-05-01 |
Brian Paul | configure: remove FEATURE_GL/ES1/ES2 59/6359/1 |
commit | commitdiff | tree | snapshot |
2013-05-01 |
Andreas Boll | intel: use automake conditionals for defining FEATURE_... 58/6358/1 |
commit | commitdiff | tree | snapshot |
2013-05-01 |
Andreas Boll | egl-static: use automake conditionals for defining... 57/6357/1 |
commit | commitdiff | tree | snapshot |
2013-05-01 |
Andreas Boll | intel: remove executable bit from C file 56/6356/1 |
commit | commitdiff | tree | snapshot |
2013-05-01 |
Brian Paul | docs: s/Aprile/April/ 55/6355/1 |
commit | commitdiff | tree | snapshot |
2013-05-01 |
Andreas Boll | docs: fix 9.1.2 release notes 54/6354/1 |
commit | commitdiff | tree | snapshot |
2013-05-01 |
Marek Olšák | vbo: fix possible use-after-free segfault after a VAO... 53/6353/1 |
commit | commitdiff | tree | snapshot |
2013-05-01 |
Kenneth Graunke | i965/vs: Fix textureGrad() with shadow samplers on... 52/6352/1 |
commit | commitdiff | tree | snapshot |
next |