aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
* i965: fixup W-tile offset computation to take swizzling into accountDaniel Vetter2012-03-057-22/+49
* meta: Fix compilation without FEATURE_EXT_transform_feedbackBenjamin Franzke2012-03-051-0/+6
* meta: Fix compilation without FEATURE_feedbackBenjamin Franzke2012-03-051-0/+6
* i915: fix wrong rendering of gl_PointSize on PineviewYuanhan Liu2012-03-051-0/+4
* i915: Fix i830 polygon stipple from PBOs.Kurt Roeckx2012-03-021-1/+7
* i915: Compute maximum number of verts using the actual batchbuffer size.Kurt Roeckx2012-03-021-3/+3
* i830: Compute initial number of vertices from remaining batch spaceChris Wilson2012-03-021-5/+11
* dri/i915: Fix off-by-one in i830 clip region size.Alban Browaeys2012-03-021-2/+2
* intel: Don't enable GL_ARB_draw_instanced pre-gen4.Eric Anholt2012-03-021-1/+1
* i915: Fix piglit fbo-nodepth-test on i830.Eric Anholt2012-03-022-3/+8
* i965: Disable PrimitiveID upload.Kenneth Graunke2012-02-291-1/+1
* i965: Enable the GL_ARB_draw_instanced extension.Kenneth Graunke2012-02-292-2/+3
* i965: Fix swizzles for system values such as gl_InstanceID.Kenneth Graunke2012-02-291-0/+4
* i965: Fix Gen6+ dynamic state upper bound on older kernels.Kenneth Graunke2012-02-291-2/+1
* mesa: Push the shine table into the tnl module.Mathias Fröhlich2012-02-292-4/+4
* 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