summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* gdi: Fix the build when llvmpipe is requested (the default) but llvm is not p...José Fonseca2009-10-091-6/+12
* r600: fixup KIL instruction a bitAndre Maasikas2009-10-091-18/+9
* i965: Use bo_references for the state cache delete function.Eric Anholt2009-10-081-17/+3
* intel: Use new drm_intel_bo_references() to avoid flushing.Eric Anholt2009-10-082-10/+20
* mesa: free display list state after freeing shared stateBrian Paul2009-10-081-1/+3
* Merge branch 'mesa_7_6_branch'Brian Paul2009-10-083-42/+16
|\
| * gallium/xlib: call XQueryExtension() in glXQueryExtension()Brian Paul2009-10-071-4/+6
| * mesa/xlib: call XQueryExtension() in glXQueryExtension()Brian Paul2009-10-071-4/+6
| * mesa: don't need to free textures, VBOs, etc. in _mesa_meta_free()Brian Paul2009-10-071-28/+4
* | mesa: clean up extended opcode codeBrian Paul2009-10-071-18/+53
* | mesa: move gl_list_instruction and gl_list_extensions to dlist.cBrian Paul2009-10-072-42/+52
* | mesa: added _mesa_free_display_list_data()Brian Paul2009-10-073-0/+10
* | mesa: clean-up display list mem allocation, fix NULL handlingBrian Paul2009-10-071-13/+34
* | main: replace ALLOC_INSTRUCTION macro with regular functionBrian Paul2009-10-071-199/+202
* | mesa: rename display list functionsBrian Paul2009-10-073-18/+18
* | i915g: Fix MSVC build.Vinson Lee2009-10-071-1/+1
* | softpipe: new commentsBrian Paul2009-10-071-0/+39
* | softpipe: whitespace and comment fixesBrian Paul2009-10-071-11/+8
* | softpipe: prefix non-static functions with sp_Brian Paul2009-10-073-55/+55
* | r300compiler: fix scons build againJoakim Sindholt2009-10-071-1/+8
* | Merge branch 'master' into r300g-glslNicolai Hähnle2009-10-07197-21433/+1121
|\ \
| * \ Merge branch 'mesa_7_6_branch'Nicolai Hähnle2009-10-077-41/+97
| |\ \ | | |/
| | * shader_api: Fix bounds checking of glUniform and glUniformMatrixNicolai Hähnle2009-10-071-9/+22
| | * prog_parameter: Document the fact that Size may be > 4Nicolai Hähnle2009-10-071-1/+7
| | * mesa/xlib: fix glXQueryDrawable() bugs, see bug 24320Brian Paul2009-10-072-12/+28
| | * gallium/xlib: fix glXQueryDrawable() bugs, see bug 24320Brian Paul2009-10-073-13/+34
| | * swrast: s/GLfloat/GLuint/ in bzero()Brian Paul2009-10-071-1/+1
| | * swrast: add missing returnsBrian Paul2009-10-071-0/+2
| | * mesa/xlib: return 0 for errorBase, eventBase in glXQueryExtension()Brian Paul2009-10-071-3/+5
| | * gallium/xlib: return 0 for errorBase, eventBase in glXQueryExtension()Brian Paul2009-10-071-3/+5
| * | util: do some more util_blit_pixels cases without temporariesKeith Whitwell2009-10-071-90/+73
| * | mesa/st: add missing mesa constant file nameKeith Whitwell2009-10-071-10/+11
| * | st/mesa: pass pipe_screen, not pipe_context to st_choose_format() functionsBrian Paul2009-10-075-12/+15
| * | st/dri: Add missing front buffer case in dri_get_buffers().Michel Dänzer2009-10-071-0/+4
| * | i915g: Use buffer write instead of map for lit verticesJakob Bornecrantz2009-10-071-2/+37
| * | i915g: Change order of buffer_write argumentsJakob Bornecrantz2009-10-072-5/+5
| * | i915g: Disable vbuf fifo and minor commenting of vbuf codeJakob Bornecrantz2009-10-071-11/+26
| * | nv04-nv40: Fix swizzle transfers for NPOT sizes.Younes Manton2009-10-061-113/+34
| * | r600: r700PredictRenderSize can flush, so move index buffer setup after itAndre Maasikas2009-10-061-1/+1
| * | nv50: fix segfault when there's gaps in enabled texture unitsBen Skeggs2009-10-062-4/+10
| * | nouveau: fix buffer object leakBen Skeggs2009-10-061-1/+4
| * | i915g: Add more defines to tweek batchbufferJakob Bornecrantz2009-10-061-13/+28
| * | i915g: Tweek vertexbuffer sizeJakob Bornecrantz2009-10-061-4/+4
| * | i965g: remove 965/brw files from XLIB_WINSYS_SOURCESBrian Paul2009-10-051-3/+0
| * | Merge branch 'mesa_7_6_branch'Brian Paul2009-10-0526-96/+116
| |\ \ | | |/
| | * intel: use driReadDrawable in do_copy_texsubimage()Brian Paul2009-10-051-1/+1
| | * intel: use driReadDrawable, not driDrawable in do_blit_readpixels()Brian Paul2009-10-051-2/+2
| | * intel: remove a buffer equality test in _mesa_make_current()Brian Paul2009-10-051-33/+27
| | * mesa: fix return value when clipping {Read,Draw}Pixels height <= 0Brian Paul2009-10-051-2/+2
| | * Use _mesa_select_tex_image() rather than hardcoding face 0.Michel Dänzer2009-10-051-2/+1