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