summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-03-31mesa: Include GIT SHA1 in GL version stringremove-driver-dateIan Romanick2-1/+14
2011-03-31dri: Remove driver date from renderer stringIan Romanick16-50/+14
2011-03-31nv50: fix for GPR allocation granularity being 16 bitChristoph Bumiller1-3/+9
2011-03-31nv50: copy regalloc fixes from nvc0Christoph Bumiller2-80/+216
2011-03-31draw: Revert code reorg in previous change.José Fonseca1-4/+4
2011-03-31intel: Fix regression in clear_with_blit from 7bae1c3dChris Wilson1-11/+12
2011-03-31draw: implement vertex color clamping, and disable SSE and PPC pathsLuca Barbieri4-9/+58
2011-03-30gallium: list use inline function to avoid macro shot comingJerome Glisse1-43/+67
2011-03-30draw: Forgot to remove one istart usage.José Fonseca1-1/+1
2011-03-30draw: Fix bug when drawing ushort indices.José Fonseca1-6/+8
2011-03-30intel: Remove the unrelaxed relocation assertionChris Wilson1-4/+0
2011-03-30egl_dri2 x11: Fix a typoFeng, Haitao1-1/+1
2011-03-30intel: Add some defense against buffer allocation failure for subimage blitsChris Wilson1-1/+9
2011-03-30Revert "intel: Add some defense against buffer allocation failure for subimag...Chris Wilson1-11/+11
2011-03-30gallium: Use explicit values in caps enums.Michel Dänzer1-63/+63
2011-03-30Use row stride instead of width when getting colour index texels.Michel Dänzer1-2/+3
2011-03-30Use proper source row stride when getting depth/stencil texels.Michel Dänzer1-1/+2
2011-03-29intel: Add IS_GT2 macro for recognizing Sandybridge GT2 systems.Kenneth Graunke1-8/+7
2011-03-29nv50,nvc0: implement colour clamping controlsChristoph Bumiller12-11/+59
2011-03-29r600g: implement texture barrierFredrik Höglund5-0/+29
2011-03-29r600g: implement the pipe_screen fence functionsFredrik Höglund4-0/+197
2011-03-29mesa: Fix ugly indentation left from previous commitIan Romanick2-39/+36
2011-03-29glsl: Calcluate Mesa state slots in front-end instead of back-endIan Romanick6-73/+117
2011-03-29glsl: Move _mesa_builtin_uniform_desc from uniforms.c to ir_variable.cppIan Romanick2-248/+253
2011-03-29r300g: add support for all render targets with one and two channelsMarek Olšák1-30/+130
2011-03-29intel: fix buildMarek Olšák2-2/+2
2011-03-29intel: Protect intel_clear_with_blit from failed buffer allocationsChris Wilson1-10/+11
2011-03-29i965: Avoid name clash of loop counter and memberChris Wilson1-5/+5
2011-03-29i915: Detect allocation failure of batch bufferChris Wilson1-0/+4
2011-03-29docs: update GL3 statusMarek Olšák1-2/+2
2011-03-29r300g: finish up signed normalized textures and render targetsMarek Olšák2-28/+46
2011-03-29r300g: enable clamping controlsMarek Olšák4-6/+14
2011-03-29gallium: remove PIPE_CAP_VERTEX_COLOR_CLAMP_CONTROLMarek Olšák2-5/+26
2011-03-29mesa: clamp texture border color if ARB_texture_float is unsupportedMarek Olšák1-4/+12
2011-03-29st/mesa: choose an appropriate texture format for DrawPixelsMarek Olšák1-3/+49
2011-03-29gallium: add EXT_texture_snorm supportMarek Olšák4-2/+253
2011-03-29mesa: implement texstore and texfetch hooks for signed normalized formatsMarek Olšák3-118/+514
2011-03-29mesa: initial EXT_texture_snorm supportMarek Olšák10-37/+233
2011-03-29gallium: implement clamping controls (ARB_color_buffer_float)Luca Barbieri10-7/+52
2011-03-29mesa: implement clamping controls (ARB_color_buffer_float)Marek Olšák27-70/+294
2011-03-29mesa: regenerate glapi filesMarek Olšák13-8626/+8736
2011-03-29i965: Resolve implied moves in brw_dp_READ_4_vs_relative.Kenneth Graunke1-1/+3
2011-03-29i965: Refactor Sandybridge implied move handling.Kenneth Graunke1-36/+32
2011-03-28mesa: Add missing parentheses in glBlitFramebufferEXT error strings.Vinson Lee1-5/+5
2011-03-28intel: Don't leak the tex object miptree when replacing itIan Romanick1-1/+3
2011-03-28gallivm: Fix build with llvm-2.9.Vinson Lee1-2/+2
2011-03-28i915g: Fix build.Vinson Lee1-3/+6
2011-03-28i915g: use drm ioctl to get pci devidDaniel Vetter1-18/+8
2011-03-28gallivm: Fix build with llvm-2.9Tobias Droste1-3/+9
2011-03-27st/mesa: Validate state before doing blits.Henri Verbeet1-0/+3