summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* mesa: revert accidental chandes to test programsst-vboKeith Whitwell2009-06-302-2/+1
* mesa: better initial value for varying_vp_inputsKeith Whitwell2009-06-301-1/+1
* st_vbo: update some commentsKeith Whitwell2009-06-301-8/+5
* st_vbo: move decl down to save codeKeith Whitwell2009-06-304-2/+4
* st_vbo: cleaner initialization for map_vp_noneKeith Whitwell2009-06-301-3/+2
* progs/isosurf: add materials mode for glVertex + TRISTRIPKeith Whitwell2009-06-301-5/+20
* mesa: remove whitespaceKeith Whitwell2009-06-301-108/+108
* mesa: remove dead constant pointsize code from ffvertex_prog.cKeith Whitwell2009-06-301-17/+0
* mesa: remove dead vertex fog code from ffvertex_prog.cKeith Whitwell2009-06-301-84/+3
* mesa: fix material inputs in ffvertex_prog.cKeith Whitwell2009-06-301-39/+15
* st_vbo: return VP_NONE from get_program_mode() if running fixed-func vertex p...Keith Whitwell2009-06-301-0/+2
* st_vbo: import fix for bind_array_objKeith Whitwell2009-06-301-1/+4
* st_vbo: fix crash in vbo_exec_bind_arrays()Keith Whitwell2009-06-301-0/+1
* st_vbo: s/32/VERT_ATTRIB_MAXKeith Whitwell2009-06-301-2/+2
* st_vbo: remove duplicate check for out-of-vertex-spaceKeith Whitwell2009-06-301-7/+1
* st_vbo: reduce debugKeith Whitwell2009-06-301-9/+3
* st_vbo: avoid unnecessary buffer map/unmapsKeith Whitwell2009-06-302-19/+11
* st_vbo: use an explicit flag for choke_primKeith Whitwell2009-06-303-2/+11
* st_vbo: turn off debugKeith Whitwell2009-06-301-6/+7
* st_vbo: fix flush on statechange behaviourKeith Whitwell2009-06-301-1/+3
* st_vbo: turn down debug volumeKeith Whitwell2009-06-302-7/+9
* st_vbo: fix crash in isosurf+TRIANGLES+materialKeith Whitwell2009-06-301-0/+6
* st_vbo: samples/point worksKeith Whitwell2009-06-303-9/+15
* st_vbo: trivial/lineloop worksKeith Whitwell2009-06-301-0/+2
* st_vbo: trivial/trifan worksKeith Whitwell2009-06-301-1/+1
* st_vbo: trivial/quad,quadstrip workKeith Whitwell2009-06-301-4/+4
* st_vbo: trivial/tristrip worksKeith Whitwell2009-06-301-5/+5
* st_vbo: first triangleKeith Whitwell2009-06-303-30/+61
* st/vbo: increment dest pointer after emitting vertKeith Whitwell2009-06-301-82/+86
* st/vbo: runs trivial/tri without crashingKeith Whitwell2009-06-3011-588/+618
* st/vbo: wip new code for immediate vertex handlingKeith Whitwell2009-06-301-0/+571
* st/vbo: whitespaceKeith Whitwell2009-06-3014-266/+266
* st/vbo: clone vbo module and rename structs to st_vboKeith Whitwell2009-06-3024-26/+5351
* identity: Create a drm_api wrapperJakob Bornecrantz2009-06-305-1/+230
* drm/st: Return drm_api struct from a functionJakob Bornecrantz2009-06-3023-59/+102
* softpipe: use shadow_compare4() to compare texcoord to four texture samplesBrian Paul2009-06-291-12/+78
* softpipe: pass sampler state to shadow_compare()Brian Paul2009-06-291-19/+17
* nouveau: Expect right params to tex_transfer_destroy().Younes Manton2009-06-291-1/+1
* nouveau: Turn off debug cannon.Younes Manton2009-06-291-2/+1
* intel: Enable EXT_gpu_program_parameters.Eric Anholt2009-06-291-0/+2
* Merge branch 'mesa_7_5_branch'Brian Paul2009-06-291-1/+1
|\
| * intel: added null ptr checkBrian Paul2009-06-291-1/+1
* | gallium/draw: sketch out some missing pointcoord codeBrian Paul2009-06-291-1/+11
* | st/mesa: enable GL_ARB_framebuffer_objectBrian Paul2009-06-291-0/+6
* | mesa: check for ARB_framebuffer_object for GL_TEXTURE_STENCIL_SIZE_EXT queryBrian Paul2009-06-291-1/+2
* | mesa: alphabetize linesBrian Paul2009-06-291-1/+1
* | Revert "intel: Remove unneded pthread mutex in LOCK_HARDWARE."Eric Anholt2009-06-291-1/+8
* | intel: Move note_unlock() implementation to the one place it's needed.Eric Anholt2009-06-296-26/+2
* | intel: Remove unneded pthread mutex in LOCK_HARDWARE.Eric Anholt2009-06-291-6/+0
* | intel: Make LOCK_HARDWARE recursive to avoid hand-rolling recursiveness.Eric Anholt2009-06-295-47/+19