summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* dri st: Don't require the PIPE_TEXTURE_USAGE_RENDER_TARGET property for depth...Thomas Hellstrom2009-06-111-2/+0
* scons: Indent abbreviated command line strings, so command messages stand out.Michel Dänzer2009-06-111-11/+12
* intel: intel_texture_drawpixels() can't handle GL_DEPTH_STENCIL.Michel Dänzer2009-06-111-1/+1
* glsl: fix warnings, update comments, s/TRUE/GL_TRUE/Brian Paul2009-06-101-3/+4
* glsl: Handle continuation characters in preprocessor.Michal Krol2009-06-101-2/+63
* gallium: updated PIPE_CAP_x commentsBrian Paul2009-06-101-3/+2
* Merge branch 'mesa_7_5_branch'Jakob Bornecrantz2009-06-0916-60/+394
|\
| * mesa/st: fix tracking of mapped buffer rangesKeith Whitwell2009-06-091-1/+1
| * stw: ignore swapbuffer requests on singlebufferKeith Whitwell2009-06-091-0/+3
| * glsl: Expand nested preprocessor macros.Brian Paul2009-06-091-1/+14
| * st/mesa: fix incorrect bufObj Length assignment, remove unneeded assertionBrian Paul2009-06-081-2/+1
| * Cygwin build fixesJon TURNEY2009-06-082-3/+21
| * glsl: Fix preprocessor define argument parsing for dead sections.Brian Paul2009-06-081-4/+4
| * pipebuffer: Silence out of heap space debug printJakob Bornecrantz2009-06-081-1/+1
| * st/mesa: remove invalid assertionBrian Paul2009-06-081-3/+0
| * mesa: Use matching signedness for the counter as upper bound.José Fonseca2009-06-081-1/+1
| * mesa: Allocate tokens from the heap.José Fonseca2009-06-081-18/+22
| * mesa: better error message for invalid texture unit indexBrian Paul2009-06-081-1/+4
| * mesa: bump MAX_PROGRAM_ENV_PARAMS from 128 to 256Brian Paul2009-06-081-2/+2
| * mesa/vbo: drop all references to vbo on destroyKeith Whitwell2009-06-081-8/+21
| * mesa: EXT_vertex_array_bgra fixesBrian Paul2009-06-081-3/+24
| * stw: If stfb not set don't call into mesaJakob Bornecrantz2009-06-081-1/+2
| * progs/tests: Add some scissor testsJakob Bornecrantz2009-06-085-0/+312
| * Revert "scons: Less aggressive optimizations for MSVC 64bit compiler."José Fonseca2009-06-081-16/+1
| * mesa: bump version to 7.5-rc3Brian Paul2009-06-052-2/+2
| * osmesa: Link with -ldl for dlopen codeDan Nicholson2009-06-041-5/+2
| * osmesa: Allow building standalone in all three channel widthsDan Nicholson2009-06-041-27/+9
* | glsl: Fix symbol replacement handling in preprocessor.Michal Krol2009-06-101-13/+15
* | winsys/gdi: Link to ws2_32 library.Michal Krol2009-06-101-0/+1
* | trace: __func__ --> __FUNCTION__.Michal Krol2009-06-101-1/+1
* | i915: Add an option for testing the effect of early Z in classic mode.Eric Anholt2009-06-095-1/+17
* | intel: Remove an unneeded hunk that slipped in with texture tiling.Eric Anholt2009-06-091-5/+0
* | intel: Base tri clearing depth on Y tiling, not IS_I965().Eric Anholt2009-06-091-4/+5
* | intel: Fix intel_region_unmap to do unmap, not map.Eric Anholt2009-06-091-1/+1
* | i965: added intelFlush() call in intel_get_tex_image()Brian Paul2009-06-091-0/+6
* | tests: check for GL_EXT/ARB_framebuffer_objectBrian Paul2009-06-091-1/+3
* | tests: also test glGetTexImage with render to textureBrian Paul2009-06-091-11/+103
* | tests: quick and dirty glGetTexImage() test programBrian Paul2009-06-092-1/+125
* | intel: use GLboolean, not int, for compressed parameterBrian Paul2009-06-091-8/+9
* | intel: make a bunch of glTexImage-related functions staticBrian Paul2009-06-096-149/+66
* | intel: whitespace clean-upsBrian Paul2009-06-092-14/+5
* | vbo: more glDrawElements debug code (disabled)Brian Paul2009-06-091-3/+74
* | mesa: added a simple bounds checker to glMap/UnmapBuffer() (disabled)Brian Paul2009-06-091-0/+35
* | trace/rbug: Add support for draw block ruleJakob Bornecrantz2009-06-093-3/+91
* | rbug: Change block protocol around a bitJakob Bornecrantz2009-06-094-217/+45
* | trace/rbug: Return textures currently bound to contextJakob Bornecrantz2009-06-093-3/+17
* | rbug: Extend context info and block opsJakob Bornecrantz2009-06-094-0/+293
* | intel: remove extra \n from warning stringBrian Paul2009-06-091-1/+1
* | mesa: reorder fields, update comments for gl_buffer_objectBrian Paul2009-06-091-8/+11
* | glsl: Expand nested preprocessor macros.Michal Krol2009-06-091-1/+14