| Commit message (Expand) | Author | Age | Files | Lines |
* | llvmpipe: Fix rendering into PIPE_FORMAT_X8*_UNORM. | Roland Scheidegger | 2013-02-22 | 1 | -15/+31 |
* | trace: Never close stdout/stderr. | José Fonseca | 2013-02-22 | 1 | -2/+9 |
* | trace: Fix set_constant_buffer dumping. | José Fonseca | 2013-02-22 | 1 | -2/+2 |
* | r600g: Fix memory leak in r600_shader_select. | Vinson Lee | 2013-02-21 | 1 | -0/+1 |
* | llvmpipe: simplify buffer allocation logic. | Roland Scheidegger | 2013-02-22 | 1 | -7/+5 |
* | gallium/docs: improve text about resources a bit. | Roland Scheidegger | 2013-02-22 | 1 | -29/+33 |
* | draw: make sure key size is calculated consistently. | Roland Scheidegger | 2013-02-22 | 1 | -5/+9 |
* | r300g/compiler: Fix bug in OMOD folding | Tom Stellard | 2013-02-21 | 3 | -1/+77 |
* | r300g/tests: Add helper functions for creating a full program | Tom Stellard | 2013-02-21 | 2 | -8/+75 |
* | r300g/tests: Exit test runner with a valid status code | Tom Stellard | 2013-02-21 | 5 | -6/+22 |
* | r300g/complier: Make r300_vertprog_swizzle_caps visible in other files | Tom Stellard | 2013-02-21 | 2 | -1/+3 |
* | r300g/compiler: Fix typo in comment | Tom Stellard | 2013-02-21 | 1 | -1/+1 |
* | r300g/compiler: Add missing license headers | Tom Stellard | 2013-02-21 | 13 | -1/+339 |
* | i965: Avoid segfault in gen6_upload_state | Carl Worth | 2013-02-21 | 1 | -1/+1 |
* | r600g: don't enable ReZ mode on evergreen | Alex Deucher | 2013-02-21 | 1 | -1/+4 |
* | radeonsi: Don't match TGSI_SEMANTIC_POSITION fs inputs to vs outputs | Michel Dänzer | 2013-02-21 | 1 | -2/+5 |
* | radeonsi: Fix w component of TGSI_SEMANTIC_POSITION fragment shader inputs. | Michel Dänzer | 2013-02-21 | 1 | -0/+8 |
* | radeonsi: Fix up and enable flat shading. | Michel Dänzer | 2013-02-21 | 4 | -22/+5 |
* | radeonsi: Fix memory leak in si_shader_select. | Vinson Lee | 2013-02-20 | 1 | -0/+1 |
* | i965: Consign COORD_REPLACE VS hacks to Pre-Gen6. | Paul Berry | 2013-02-20 | 3 | -11/+34 |
* | mesa: Don't install glEvalMesh in the beginend dispatch table | Ian Romanick | 2013-02-20 | 3 | -9/+16 |
* | gallivm: fix indirect src register fetches requiring bitcast | Roland Scheidegger | 2013-02-20 | 1 | -21/+16 |
* | llvmpipe: lp_resource_copy cleanup | Roland Scheidegger | 2013-02-20 | 5 | -49/+47 |
* | llvmpipe: fix lp_resource_copy using more than one 3d slice | Roland Scheidegger | 2013-02-20 | 1 | -84/+86 |
* | gles2: a stub implementation for GL_EXT_discard_framebuffer | Tapani Pälli | 2013-02-20 | 7 | -1/+77 |
* | r600g/Cayman: Fix blending using destination alpha factor but non-alpha dest | Michel Dänzer | 2013-02-20 | 1 | -4/+9 |
* | radeonsi: Fix blending using destination alpha factor but non-alpha destination | Michel Dänzer | 2013-02-20 | 1 | -3/+5 |
* | radeonsi: implement 3D transfers | Marek Olšák | 2013-02-20 | 1 | -20/+29 |
* | radeonsi: add assertions to prevent creation of invalid surfaces | Marek Olšák | 2013-02-20 | 3 | -15/+18 |
* | radeonsi: use u_box_origin_2d helper function | Marek Olšák | 2013-02-20 | 1 | -5/+2 |
* | DRI2: Don't disable GLX_INTEL_swap_event unconditionally | Zack Rusin | 2013-02-19 | 1 | -3/+12 |
* | i965/fs: Enable CSE on uniform pull constant loads. | Eric Anholt | 2013-02-19 | 1 | -0/+3 |
* | i965/fs: Only do CSE when the dst types match. | Eric Anholt | 2013-02-19 | 1 | -1/+2 |
* | i965/fs: Delay setup of uniform loads until after pre-regalloc scheduling. | Eric Anholt | 2013-02-19 | 3 | -27/+66 |
* | i965/fs: Fix copy propagation with smearing. | Eric Anholt | 2013-02-19 | 1 | -1/+2 |
* | i965/fs: Add a bit more instruction dumping useful for upcoming work. | Eric Anholt | 2013-02-19 | 1 | -1/+30 |
* | radeon/llvm: Fix build with LLVM 3.3 | Tom Stellard | 2013-02-19 | 2 | -1/+12 |
* | r600g: Add $(DEFINES) to AM_CXXFLAGS | Tom Stellard | 2013-02-19 | 1 | -1/+2 |
* | i965: Remove unused userclip flags. | Paul Berry | 2013-02-19 | 3 | -5/+0 |
* | llvmpipe: fix handling of 0 x 0 framebuffer size | Brian Paul | 2013-02-19 | 1 | -2/+2 |
* | st/xlib: initialize the drawable size in create_xmesa_buffer() | Brian Paul | 2013-02-19 | 1 | -2/+1 |
* | glx: fix glGetTexLevelParameteriv for indirect rendering | Stefan Brüns | 2013-02-19 | 1 | -1/+3 |
* | st/mesa: implement glBitmap unpacking from a PBO, for the cache path | Brian Paul | 2013-02-19 | 1 | -2/+11 |
* | draw: fix non-perspective interpolation in interp() | Brian Paul | 2013-02-19 | 1 | -3/+8 |
* | st/mesa: remove what is left from u_blit | Marek Olšák | 2013-02-18 | 6 | -29/+0 |
* | st/mesa: simplify and improve CopyTexSubImage | Marek Olšák | 2013-02-18 | 3 | -260/+99 |
* | st/mesa: don't do sRGB conversion in CopyTexSubImage | Marek Olšák | 2013-02-18 | 1 | -2/+2 |
* | st/mesa: implement blit-based TexImage and TexSubImage | Marek Olšák | 2013-02-18 | 3 | -4/+239 |
* | st/mesa: fix blit-based GetTexImage for 1D array textures | Marek Olšák | 2013-02-18 | 1 | -19/+52 |
* | st/mesa: fix blit-based GetTexImage for depth/stencil formats | Marek Olšák | 2013-02-18 | 1 | -1/+1 |