summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* mesa: fix unused-but-set-variable warnings in dlist.cMarek Olšák2011-07-151-6/+6
* r600g: fix queries and predicationVadim Girlin2011-07-154-49/+118
* drisw: Fix 24bpp software rendering, take 2Marc Pignat2011-07-151-0/+7
* g3dvl: no need for flushing inside the compositor any moreChristian König2011-07-155-10/+7
* g3dvl: correctly distinct dst area and clip area in the compositorChristian König2011-07-155-13/+23
* r600c/g: add new NI pci idsAlex Deucher2011-07-152-0/+4
* g3dvl: link r300 and r600 targets width libdrm instead of libdrm_radeonChristian König2011-07-156-6/+6
* gallium/targets: link vdpau, va, and xvmc with LLVM libs when requestedMarek Olšák2011-07-153-3/+25
* g3dvl: change picture parameter of decode_bitstream to general versionChristian König2011-07-153-5/+7
* g3dvl: Build softpipe when needed.Younes Manton2011-07-151-0/+3
* g3dvl: Build the right winsys dependencies when needed.Younes Manton2011-07-151-6/+15
* make: Fix program/lex.yy.c & friends generation.José Fonseca2011-07-141-1/+1
* Squashed commit of the following:José Fonseca2011-07-14181-63357/+74
* configure: allow C{,XX}FLAGS overrideMarcin Baczyński2011-07-141-0/+8
* configure: fix gcc version checkMarcin Baczyński2011-07-141-1/+1
* vbo: minor optimisation in vbo_exec_DrawRangeElementsDave Airlie2011-07-141-3/+3
* gallium: don't use enum bitfields in p_video_state.hBrian Paul2011-07-141-6/+6
* gallium: put video-related enums in separate headerBrian Paul2011-07-145-45/+80
* i915g: move declaration before codeBrian Paul2011-07-141-1/+2
* mesa: use inline function wrapper for _mesa_reference_texobj()Brian Paul2011-07-142-7/+15
* mesa: use inline function wrapper for _mesa_reference_renderbuffer()Brian Paul2011-07-142-9/+14