aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
* i965/gen7: Skip checking if we need a GS program for now.Eric Anholt2012-02-211-1/+0
* i965: Compute required barycentric interp modes once at FS compile time.Eric Anholt2012-02-214-20/+17
* i965: Move VUE map computation to once at VS compile time.Eric Anholt2012-02-2112-49/+42
* i965: Make the userclip flag for the VUE map come from VS prog data.Eric Anholt2012-02-2110-39/+29
* i965: Make the dummy fragment shader work in SIMD16 mode.Kenneth Graunke2012-02-181-5/+7
* i965: Fix GPU hangs in the dummy fragment shader.Kenneth Graunke2012-02-181-0/+2
* intel: Fix rendering from textures after RenderTexture().Eric Anholt2012-02-175-61/+47
* intel: Improve the fallback debug for framebuffer status checks.Eric Anholt2012-02-171-2/+17
* i965: Emit Ivybridge VS workaround flushes.Kenneth Graunke2012-02-154-2/+29
* i965/fs: Take # of components into account in try_rewrite_rhs_to_dst.Kenneth Graunke2012-02-151-0/+6
* i965/fs: Add a new fs_inst::regs_written function.Kenneth Graunke2012-02-151-0/+12
* meta: Avoid FBO resizing/reallocating in decompress_texture_imageAnuj Phogat2012-02-151-1/+1
* i915: Fix type of "specoffset" variable.Paul Berry2012-02-141-1/+1
* i965/fs: Enable register spilling on gen7 too.Eric Anholt2012-02-141-2/+0
* i965: Report the failure message when failing to compile the fragment shader.Eric Anholt2012-02-141-0/+3
* meta: Add pixel store/pack operations in decompress_texture_imageAnuj Phogat2012-02-131-5/+3
* i965: Fix border color on Ironlake.Kenneth Graunke2012-02-101-1/+1
* i965/fs: Add support for generating MADs.Eric Anholt2012-02-103-0/+56
* i965/fs: Add missing register allocation for 3rd sources.Eric Anholt2012-02-101-0/+2
* i965: Add support for the MAD opcode on gen6+.Eric Anholt2012-02-105-20/+342
* radeon: build fix after 9d9111108eadd65708899284b1cfa9ca425f3ac8Alex Deucher2012-02-101-1/+1
* meta: replace abort() with _mesa_problem()Brian Paul2012-02-101-1/+2
* i965/gen7: Fix the length of the MULTISAMPLE state packet in the HiZ op.Eric Anholt2012-02-091-1/+1
* i965/gen7: Fix the length of the DS state packet in the HiZ op.Eric Anholt2012-02-091-1/+1
* i965/gen7: Fix GPU hangs from the HiZ op.Eric Anholt2012-02-091-2/+3
* i965: Remove file i965/junk, accidentally added in 7b36c68Chad Versace2012-02-081-0/+0
* i965: Remove broken symlink to intel_decode.c.Kenneth Graunke2012-02-071-1/+0
* i965/fs: Implement GL_CLAMP behavior on texture rectangles on gen6+.Eric Anholt2012-02-071-5/+49
* i965/fs: Move GL_CLAMP handling to coordinate setup.Eric Anholt2012-02-071-29/+21
* i965: Fix HiZ change compiler warning.Eric Anholt2012-02-071-1/+0
* i965: Rewrite the HiZ opChad Versace2012-02-0719-517/+1146
* intel: Avoid divide by zero for very small linear blitsIan Romanick2012-02-071-1/+1
* intel: Remove num_mapped_regions assertion from _intel_batchbuffer_flushIan Romanick2012-02-071-7/+0
* dri: Don't build libdricommon.la if we don't need itJon TURNEY2012-02-061-1/+5
* intel: check for LLC support when reading mapsEugeni Dodonov2012-02-041-1/+1
* intel: verify if hardware has LLC supportEugeni Dodonov2012-02-044-0/+12
* intel: FBOs with texture border are unsupportedIan Romanick2012-02-031-0/+11
* dri: Add Unigine Tropics as an app that requires the GLSL warn workaround.Eric Anholt2012-02-031-0/+3
* dri: Fix typo in xml file that made all applications use the workaround.Eric Anholt2012-02-031-1/+1
* Revert "Fix underlinking in libOSMesa since commit adefee5 "Always build shar...Brian Paul2012-02-021-2/+0
* Revert "automake: src/mesa/drivers/osmesa"Matt Turner2012-01-314-101/+53
* Revert "automake: src/glsl and src/glsl/glcpp"Matt Turner2012-01-311-1/+1
* osmesa: set RefCount = 1 in new_osmesa_renderbuffer()Brian Paul2012-01-311-0/+1
* osmesa: Fix osmesa_context.DataType type.Vinson Lee2012-01-311-1/+1
* automake: src/glsl and src/glsl/glcppMatt Turner2012-01-301-1/+1
* automake: src/mesa/drivers/osmesaMatt Turner2012-01-304-53/+101
* dri: Add a default drirc to be installed to provide application workarounds.Eric Anholt2012-01-302-0/+9
* i965: Add a driconf option to force GLSL extension behavior to "warn".Eric Anholt2012-01-303-1/+14
* intel: Use libdrm's decode functionality instead of the gpu-tools copy.Eric Anholt2012-01-305-2795/+41
* i965: Fix segfault with INTEL_DEBUG=batch on gen7 with samplers present.Eric Anholt2012-01-301-1/+0