summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* mesa: added VERBOSE_SWAPBUFFERSBrian Paul2009-10-143-2/+6
* vbo: clean-ups, reformattingBrian Paul2009-10-141-25/+24
* mesa: added MESA_VERBOSE option 'draw' to debug glDrawArrays/Elements, etc.Brian Paul2009-10-143-1/+34
* mesa: rename VERBOSE_IMMEDIATE->VERBOSE_MATERIAL to reflect what it doesBrian Paul2009-10-143-3/+3
* mesa: remove unused ctx->Driver.PrioritizeTextures() hookBrian Paul2009-10-144-10/+0
* mesa: remove unused ctx->Driver.TextureMatrix() hookBrian Paul2009-10-143-9/+0
* r600: enable EXT_vertex_array_bgra extensionsAlex Deucher2009-10-141-0/+1
* Merge branch 'mesa_7_6_branch'Brian Paul2009-10-141-3/+3
|\
| * i965: Fix the last valid address setting for the index buffer.Eric Anholt2009-10-111-1/+1
| * i965: Fix the bounds emitted in the vertex buffer packets.Eric Anholt2009-10-111-2/+2
* | mesa: remove left-over debug printfBrian Paul2009-10-141-1/+0
* | mesa: minor tweak to printf stringBrian Paul2009-10-131-1/+1
* | mesa: rework _mesa_read_shader() debug hookBrian Paul2009-10-131-12/+12
* | mesa: don't print pointer in _mesa_fprint_parameter_list()Brian Paul2009-10-131-1/+2
* | Store clipping distance for user clip planes as part of vertex processingIan Romanick2009-10-134-18/+132
* | intel: fix broken sw generate mipmap pathBrian Paul2009-10-131-0/+22
* | mesa: whitespace fixesBrian Paul2009-10-131-2/+2
* | mesa: do RTT check in _mesa_meta_check_generate_mipmap_fallback()Brian Paul2009-10-131-7/+48
* | mesa: save/set/restore texture base/wrap state in blitframebuffer_texture()Brian Paul2009-10-121-4/+15
* | mesa: minor clean up in check_begin_texture_render()Brian Paul2009-10-121-1/+1
* | intel: whitespace/formatting clean-upBrian Paul2009-10-121-10/+18
* | intel: replace extern decl with #includeBrian Paul2009-10-121-1/+2
* | intel: added INLINE keyword to minify()Brian Paul2009-10-121-1/+1
* | intel: code clean-upsBrian Paul2009-10-121-4/+5
* | intel: pass zslice to intel_miptree_image_offset()Brian Paul2009-10-127-65/+40
* | i965: remove unused varBrian Paul2009-10-121-1/+0
* | mesa: print program Id when printingBrian Paul2009-10-121-2/+2
* | r600: implement ProgramStringNotifyAndre Maasikas2009-10-121-17/+38
* | r600: LIT dst.y gets value from src.xAndre Maasikas2009-10-121-0/+1
* | r600: DPH adds w comp of second operand, so set first one to 1 insteadAndre Maasikas2009-10-121-1/+1
* | Merge branch 'mesa_7_6_branch'Brian Paul2009-10-104-9/+19
|\|
| * radeon: fix scissor regressionAlex Deucher2009-10-092-8/+11
| * st/mesa: create aux buffers according to visualBrian Paul2009-10-091-0/+7
| * mesa: fix incorrect assertion in _mesa_add_aux_renderbuffers()Brian Paul2009-10-091-1/+1
* | 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-082-38/+10
|\|
| * 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
* | r300compiler: fix scons build againJoakim Sindholt2009-10-071-1/+8
* | Merge branch 'master' into r300g-glslNicolai Hähnle2009-10-0736-142/+376
|\ \
| * | Merge branch 'mesa_7_6_branch'Nicolai Hähnle2009-10-074-25/+58
| |\|