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