| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa/gdi: include swrast.h to fix compilation | Brian Paul | 2012-02-24 | 1 | -0/+1 |
* | xlib: remove STENCIL_BITS | Brian Paul | 2012-02-24 | 1 | -3/+3 |
* | mesa: remove last of MAX_WIDTH, MAX_HEIGHT | Brian Paul | 2012-02-24 | 1 | -1/+0 |
* | intel: remove MAX_WIDTH usage in intelInitContext() | Brian Paul | 2012-02-24 | 1 | -4/+2 |
* | osmesa: use SWRAST_MAX_WIDTH/HEIGHT | Brian Paul | 2012-02-24 | 1 | -4/+4 |
* | dri/swrast: use SWRAST_MAX_WIDTH/HEIGHT | Brian Paul | 2012-02-24 | 1 | -1/+1 |
* | xlib: use SWRAST_MAX_WIDTH/HEIGHT | Brian Paul | 2012-02-24 | 1 | -3/+3 |
* | i915: Initialize swrast_texture_image structure fields. | Paul Berry | 2012-02-22 | 1 | -0/+2 |
* | intel: bump DRI_IMAGE extension version to 3 | Jesse Barnes | 2012-02-22 | 1 | -1/+1 |
* | gbm: track buffer format through DRI drivers | Jesse Barnes | 2012-02-22 | 4 | -0/+8 |
* | i965/gen6: Fix near-NULL deref in setting up GS binding table for non-XFB. | Eric Anholt | 2012-02-21 | 1 | -5/+8 |
* | i965: Correct the size of the state batch space allocated for binding tables. | Eric Anholt | 2012-02-21 | 2 | -2/+2 |
* | i965: Fix a bad comment in gen6 sol setup. | Eric Anholt | 2012-02-21 | 1 | -3/+1 |
* | i965/gen6: Fix the size of the GS surface binding table. | Eric Anholt | 2012-02-21 | 1 | -1/+1 |
* | i965: Only set Last Render Target Select on the last FB write. | Kenneth Graunke | 2012-02-21 | 1 | -1/+1 |
* | intel: Silence valgrind warning for getparam ioctl argument. | Eric Anholt | 2012-02-21 | 1 | -0/+1 |
* | i965: Rename the original binding table to mention that it's the WM now. | Eric Anholt | 2012-02-21 | 7 | -32/+30 |
* | i965: Split the gen6 GS binding table to a separate table. | Eric Anholt | 2012-02-21 | 5 | -10/+75 |
* | i965: Split the VS binding table to a separate table. | Eric Anholt | 2012-02-21 | 9 | -17/+94 |
* | i965/gen6+: Avoid recomputing whether we use noperspective. | Eric Anholt | 2012-02-21 | 3 | -36/+10 |
* | i965/gen7: Skip checking if we need a GS program for now. | Eric Anholt | 2012-02-21 | 1 | -1/+0 |
* | i965: Compute required barycentric interp modes once at FS compile time. | Eric Anholt | 2012-02-21 | 4 | -20/+17 |
* | i965: Move VUE map computation to once at VS compile time. | Eric Anholt | 2012-02-21 | 12 | -49/+42 |
* | i965: Make the userclip flag for the VUE map come from VS prog data. | Eric Anholt | 2012-02-21 | 10 | -39/+29 |
* | i965: Make the dummy fragment shader work in SIMD16 mode. | Kenneth Graunke | 2012-02-18 | 1 | -5/+7 |
* | i965: Fix GPU hangs in the dummy fragment shader. | Kenneth Graunke | 2012-02-18 | 1 | -0/+2 |
* | intel: Fix rendering from textures after RenderTexture(). | Eric Anholt | 2012-02-17 | 5 | -61/+47 |
* | intel: Improve the fallback debug for framebuffer status checks. | Eric Anholt | 2012-02-17 | 1 | -2/+17 |
* | i965: Emit Ivybridge VS workaround flushes. | Kenneth Graunke | 2012-02-15 | 4 | -2/+29 |
* | i965/fs: Take # of components into account in try_rewrite_rhs_to_dst. | Kenneth Graunke | 2012-02-15 | 1 | -0/+6 |
* | i965/fs: Add a new fs_inst::regs_written function. | Kenneth Graunke | 2012-02-15 | 1 | -0/+12 |
* | meta: Avoid FBO resizing/reallocating in decompress_texture_image | Anuj Phogat | 2012-02-15 | 1 | -1/+1 |
* | i915: Fix type of "specoffset" variable. | Paul Berry | 2012-02-14 | 1 | -1/+1 |
* | i965/fs: Enable register spilling on gen7 too. | Eric Anholt | 2012-02-14 | 1 | -2/+0 |
* | i965: Report the failure message when failing to compile the fragment shader. | Eric Anholt | 2012-02-14 | 1 | -0/+3 |
* | meta: Add pixel store/pack operations in decompress_texture_image | Anuj Phogat | 2012-02-13 | 1 | -5/+3 |
* | i965: Fix border color on Ironlake. | Kenneth Graunke | 2012-02-10 | 1 | -1/+1 |
* | i965/fs: Add support for generating MADs. | Eric Anholt | 2012-02-10 | 3 | -0/+56 |
* | i965/fs: Add missing register allocation for 3rd sources. | Eric Anholt | 2012-02-10 | 1 | -0/+2 |
* | i965: Add support for the MAD opcode on gen6+. | Eric Anholt | 2012-02-10 | 5 | -20/+342 |
* | radeon: build fix after 9d9111108eadd65708899284b1cfa9ca425f3ac8 | Alex Deucher | 2012-02-10 | 1 | -1/+1 |
* | meta: replace abort() with _mesa_problem() | Brian Paul | 2012-02-10 | 1 | -1/+2 |
* | i965/gen7: Fix the length of the MULTISAMPLE state packet in the HiZ op. | Eric Anholt | 2012-02-09 | 1 | -1/+1 |
* | i965/gen7: Fix the length of the DS state packet in the HiZ op. | Eric Anholt | 2012-02-09 | 1 | -1/+1 |
* | i965/gen7: Fix GPU hangs from the HiZ op. | Eric Anholt | 2012-02-09 | 1 | -2/+3 |
* | i965: Remove file i965/junk, accidentally added in 7b36c68 | Chad Versace | 2012-02-08 | 1 | -0/+0 |
* | i965: Remove broken symlink to intel_decode.c. | Kenneth Graunke | 2012-02-07 | 1 | -1/+0 |
* | i965/fs: Implement GL_CLAMP behavior on texture rectangles on gen6+. | Eric Anholt | 2012-02-07 | 1 | -5/+49 |
* | i965/fs: Move GL_CLAMP handling to coordinate setup. | Eric Anholt | 2012-02-07 | 1 | -29/+21 |
* | i965: Fix HiZ change compiler warning. | Eric Anholt | 2012-02-07 | 1 | -1/+0 |