summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | nv50: modified FP attribute loadingChristoph Bumiller2009-05-282-45/+147
* | nv50: inspect decl semantic and interpolation modeChristoph Bumiller2009-05-281-1/+74
* | nv50: record last access to temp and attr regsChristoph Bumiller2009-05-281-0/+127
* | nv50: save some space in immediate bufferChristoph Bumiller2009-05-281-1/+7
* | nv50: fix SIGN_SET case in tgsi_srcChristoph Bumiller2009-05-281-1/+1
* | nv50: set dst.z,w to 0,1 in SCS and XPDChristoph Bumiller2009-05-281-0/+14
* | nv50: make LRP instruction nicerChristoph Bumiller2009-05-281-6/+3
* | nv50: fix some memory leaks in shader assemblerChristoph Bumiller2009-05-281-25/+63
* | nouveau: explicitly request mappable buffers for the momentBen Skeggs2009-05-281-0/+1
* | draw: Fix assertion failure at fetch_emit_prepareMike Kaplinksiy2009-05-271-0/+6
* | demos: remove some old debug/test codeBrian Paul2009-05-271-5/+2
* | softpipe: commentsBrian Paul2009-05-271-0/+2
* | softpipe: include sp_winsys.h to silence warning (unprototyped function)Brian Paul2009-05-271-0/+1
* | softpipe: fix flat shading provoking vertex for PIPE_PRIM_POLYGONBrian Paul2009-05-273-1/+6
* | st/mesa: init Format field of vertex arrays for feedback modeBrian Paul2009-05-271-0/+1
* | i915: Fall back on NPOT textured metaops on 830-class.Eric Anholt2009-05-263-0/+30
* | i915: Restore the Viewport and DepthRange functions on 8xx.Eric Anholt2009-05-261-0/+21
* | intel: Override MaxRenderbufferSize with hardware constraintsChris Wilson2009-05-261-0/+7
* | mesa: fix warning message in vbo_exec_DrawRangeElements()Brian Paul2009-05-221-1/+2
* | mesa: add missing update_min() call in update_arrays()Brian Paul2009-05-221-1/+1
* | mesa: reduce gl_array_object::VertexAttrib[] array from 32 to 16 elementsBrian Paul2009-05-221-2/+7
* | mesa: use Elements() for loop limitBrian Paul2009-05-221-3/+2
* | mesa: use Elements() for loop limitBrian Paul2009-05-221-1/+1
* | mesa: use Elements() for loop limitBrian Paul2009-05-221-1/+1
* | mesa: use Elements() for loop limitBrian Paul2009-05-221-2/+2
* | mesa: use Elements() for loop limitBrian Paul2009-05-221-1/+1
* | mesa: simplify adjust_buffer_object_ref_counts()Brian Paul2009-05-221-12/+14
* | mesa: minor code clean-upBrian Paul2009-05-221-18/+19
* | mesa: use Elements() for loop limitBrian Paul2009-05-223-5/+5
* | vbo: s/32/VERT_ATTRIB_MAX/Brian Paul2009-05-221-2/+2
* | mesa: use Elements() for loop boundBrian Paul2009-05-221-2/+2
* | mesa: minor code simplificationBrian Paul2009-05-221-9/+11
* | Merge branch 'mesa_7_5_branch'Brian Paul2009-05-221-2/+2
|\|
| * mesa: fix loop over generic attribs in update_arrays()Brian Paul2009-05-221-1/+1
* | vbo: asst. reformatting, clean-upsBrian Paul2009-05-221-34/+46
* | Merge branch 'mesa_7_5_branch'Brian Paul2009-05-221-0/+1
|\|
| * vbo: fix crash in vbo_exec_bind_arrays()Brian Paul2009-05-221-0/+1
| * demos: fix multitex.c VertCoord attribute mappingBrian Paul2009-05-221-1/+16
* | demos: extend glsl/multitex.c to use a vertex buffer objectBrian Paul2009-05-221-6/+87
* | demos/util: add funcs for GL_ARB_buffer_objectBrian Paul2009-05-221-0/+19
* | Merge branch 'mesa_7_5_branch'Brian Paul2009-05-223-14/+40
|\|
| * mesa: allow GL_BITMAP type in _mesa_image_image_stride()Brian Paul2009-05-221-13/+23
| * mesa: added commentBrian Paul2009-05-221-0/+1
| * mesa: add missing glGet*() case for GL_VERTEX_ARRAY_BINDING_APPLEBrian Paul2009-05-212-1/+16
* | mesa: added some assertionsBrian Paul2009-05-222-0/+10
* | mesa: use Elements() macro to limit loops instead of constantsBrian Paul2009-05-221-5/+5
* | mesa: remove MAX_VERTEX_PROGRAM_ATTRIBSBrian Paul2009-05-225-14/+13
* | mesa: rename MAX_VERTEX_ATTRIBS to MAX_VERTEX_GENERIC_ATTRIBSBrian Paul2009-05-227-40/+40
* | mesa: s/MAX_VERTEX_PROGRAM_ATTRIBS/MAX_NV_VERTEX_PROGRAM_INPUTS/ in NV funcsBrian Paul2009-05-221-8/+8
* | vbo: fix build breakage...oopsBrian Paul2009-05-211-1/+1