summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
* i965: Avoid blocking on the GPU for setting the HiZ op vertex data.Eric Anholt2012-02-284-60/+9
* xlib: silence unused var warningBrian Paul2012-02-271-0/+1
* mesa/gdi: include swrast.h to fix compilationBrian Paul2012-02-241-0/+1
* xlib: remove STENCIL_BITSBrian Paul2012-02-241-3/+3
* mesa: remove last of MAX_WIDTH, MAX_HEIGHTBrian Paul2012-02-241-1/+0
* intel: remove MAX_WIDTH usage in intelInitContext()Brian Paul2012-02-241-4/+2
* osmesa: use SWRAST_MAX_WIDTH/HEIGHTBrian Paul2012-02-241-4/+4
* dri/swrast: use SWRAST_MAX_WIDTH/HEIGHTBrian Paul2012-02-241-1/+1
* xlib: use SWRAST_MAX_WIDTH/HEIGHTBrian Paul2012-02-241-3/+3
* i915: Initialize swrast_texture_image structure fields.Paul Berry2012-02-221-0/+2
* intel: bump DRI_IMAGE extension version to 3Jesse Barnes2012-02-221-1/+1
* gbm: track buffer format through DRI driversJesse Barnes2012-02-224-0/+8
* i965/gen6: Fix near-NULL deref in setting up GS binding table for non-XFB.Eric Anholt2012-02-211-5/+8
* i965: Correct the size of the state batch space allocated for binding tables.Eric Anholt2012-02-212-2/+2
* i965: Fix a bad comment in gen6 sol setup.Eric Anholt2012-02-211-3/+1
* i965/gen6: Fix the size of the GS surface binding table.Eric Anholt2012-02-211-1/+1
* i965: Only set Last Render Target Select on the last FB write.Kenneth Graunke2012-02-211-1/+1
* intel: Silence valgrind warning for getparam ioctl argument.Eric Anholt2012-02-211-0/+1
* i965: Rename the original binding table to mention that it's the WM now.Eric Anholt2012-02-217-32/+30
* i965: Split the gen6 GS binding table to a separate table.Eric Anholt2012-02-215-10/+75
* i965: Split the VS binding table to a separate table.Eric Anholt2012-02-219-17/+94
* i965/gen6+: Avoid recomputing whether we use noperspective.Eric Anholt2012-02-213-36/+10
* 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