summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-07-19st/mesa: get rid of redundant clipping code in st_copy_texsubimage()remove-copyteximage-hookBrian Paul1-28/+0
2011-07-19mesa: remove unused dd_function_table::CopyTexImage1D/2D() hooksBrian Paul1-18/+0
2011-07-19meta: remove _mesa_meta_CopyTexImage1D/2D()Brian Paul3-125/+0
2011-07-19st/mesa: remove st_CopyTexImage1D/2D()Brian Paul1-55/+0
2011-07-19radeon: remove radeonCopyTexImage2D()Brian Paul7-65/+0
2011-07-19intel: remove intelCopyTexImage1D/2D()Brian Paul1-97/+0
2011-07-19mesa: remove comments referring to Driver.TexImage1D/2DBrian Paul1-6/+3
2011-07-19mesa: stop using ctx->Driver.CopyTexImage1D/2D() hooksBrian Paul1-17/+32
2011-07-19st/mesa: fix the texture format in st_context_teximageFredrik Höglund1-1/+1
2011-07-19mesa: update, shorten some comments in dd.hBrian Paul1-38/+13
2011-07-19glx: Avoid calling __glXInitialize() in driReleaseDrawables().Henri Verbeet2-9/+4
2011-07-19intel: Fix stencil buffer to be W tiledChad Versace5-31/+93
2011-07-19i965: Fix regression in 29a911c50e4443dfebef0a2e32c39b64992fa3cc.Eric Anholt1-1/+1
2011-07-19llvmpipe: include LLVM version number in name stringBrian Paul1-1/+3
2011-07-19llvmpipe: fix build with LLVM 3.0svnTobias Droste2-17/+50
2011-07-19configure.ac: Check for the respective libdrm_* when building gallium driversEmil Velikov1-0/+3
2011-07-18xvmc-softpipe: remove LLVM_LIBSMarek Olšák1-1/+1
2011-07-18i965: Rename CMD_VF_STATISTICS_(965|GM45) to include "3DSTATE".Kenneth Graunke2-4/+4
2011-07-18i965: Rename CMD_VERTEX_(BUFFER|ELEMENT) to 3DSTATE_VERTEX_...S.Kenneth Graunke2-5/+5
2011-07-18i965: Rename 3DSTATE_DRAWRECT_INFO_I965 to 3DSTATE_DRAWING_RECTANGLE.Kenneth Graunke2-2/+1
2011-07-18i915: Simplify intel_wpos_* with a helper function.Eric Anholt3-47/+27
2011-07-18i915: Include gl_FragCoord.w data, not just xyz.Eric Anholt1-3/+3
2011-07-18i915: Add support for HW rendering with no color draw buffer.Eric Anholt1-51/+51
2011-07-18i915: Fix incorrect depth scaling when enabling/disabling depth buffers.Eric Anholt1-24/+19
2011-07-18i915: Make stencil test for no-stencil handling match depth test.Eric Anholt2-23/+12
2011-07-18i915: Disable the depth test whenever we don't have a depth buffer.Eric Anholt2-2/+8
2011-07-18i915: Remove i965 paths from i915_update_drawbuffer() and i830's too.Eric Anholt2-111/+20
2011-07-18i965: Remove i915 paths from brw_update_draw_buffers().Eric Anholt1-37/+11
2011-07-18i965: Remove unused region calculations in brw_update_draw_buffer().Eric Anholt1-60/+2
2011-07-18i965: Remove empty brw_set_draw_region.Eric Anholt1-14/+0
2011-07-18i965: Remove FALLBACK() from brw_update_draw_region().Eric Anholt1-16/+0
2011-07-18intel: Move intel_draw_buffers() code into each driver.Eric Anholt6-200/+612
2011-07-18intel: Clarify the depthRb == stencilRb logic.Eric Anholt1-16/+15
2011-07-18intel: Use the post-execution batchbuffer contents for dumping.Eric Anholt1-1/+3
2011-07-18glsl: Ensure that sampler declarations are always uniform or "in" parameters.Paul Berry1-0/+35
2011-07-18glsl: Move type_contains_sampler() into glsl_type for later reuse.Paul Berry3-16/+23
2011-07-18r600g: fix corner case checks for the queriesVadim Girlin1-5/+3
2011-07-18r600g: Get rid of leftover PB_USAGE_* flags.Henri Verbeet5-33/+9
2011-07-17linker: Only over-ride built-ins when a prototype has been seenIan Romanick2-5/+21
2011-07-16darwin: Include glxhash.c in libGL on darwinJeremy Huddleston1-0/+1
2011-07-16xvmc-nouveau: Resolve buildEmil Velikov2-1/+22
2011-07-16nv50: fix bogus error message about 3d surfacesChristoph Bumiller1-1/+3
2011-07-16gallivm: Rename createAsmInfo to createMCAsmInfo with llvm-3.0.Vinson Lee1-0/+4
2011-07-15xmlconfig: remove an unused-but-set variableMarek Olšák1-2/+2
2011-07-15r600g: print to stderr that a CS has been rejected by the kernelMarek Olšák1-0/+4
2011-07-15prog_optimize: fix a warning that a variable may be uninitializedMarek Olšák1-0/+3
2011-07-15r300/compiler: remove an unused-but-set variable and simplify the codeMarek Olšák1-9/+6
2011-07-15r300/compiler: fix a warning that a variable may be uninitializedMarek Olšák1-1/+1
2011-07-15st/mesa: remove unused-but-set variables in st_program.cMarek Olšák1-33/+31
2011-07-15swrast: remove an unused-but-set variableMarek Olšák1-11/+0