summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* fix bug 9871Brian2008-02-061-0/+1
* Fix bug 9871: enable user-defined clip planes for R300Brian2008-02-065-8/+103
* [965] Fix memory leak when deleting buffers with backing store.Tony DeFeo2008-02-051-0/+3
* regenerate glsl library functionsRoland Scheidegger2008-01-311-41/+42
* fix w component of glsl vec4 asinRoland Scheidegger2008-01-311-0/+1
* fix bugs 13507, 14293Brian2008-01-301-0/+1
* check if fb->Delete is null (bugs 13507,14293)Brian2008-01-301-1/+6
* Add new RV380 pci idAlex Deucher2008-01-292-0/+2
* Merge branch 'mesa_7_0_branch' of git+ssh://[email protected]/git/mes...Alex Deucher2008-01-2910-12/+47
|\
| * pull some more fixes for pbo access from trunkAlan Hourihane2008-01-282-10/+9
| * fix some pbo path problemsAlan Hourihane2008-01-282-2/+4
| * i965: valid message length includes message header.Xiang, Haihao2008-01-251-1/+1
| * i965: re-define the type of reg.loopcount.Xiang, Haihao2008-01-251-1/+1
| * Assorted patches for miniglx/linux-solo (Gavin Li <[email protected]>)Brian2008-01-234-0/+33
| * glxinfo: Fix multisample visual reporting.Adam Jackson2008-01-221-1/+1
| * fix GLX vertex array bug 14197Brian2008-01-221-0/+1
* | R300: RV410 SE chips have half the pipes of regular RV410Alex Deucher2008-01-291-2/+7
|/
* fix pc vs. gc->ps usage (bug 14197)Brian2008-01-221-4/+4
* Don't build yuvrect_client by defaultBrian2008-01-221-7/+18
* remove unused varBrian2008-01-221-1/+0
* define M_PI if neededAlexey Sokolov2008-01-221-0/+4
* prep for 7.0.3 releaseBrian2008-01-213-11/+7
* i965: Fix byte vs. pixel unit mixup for aligned texture pitch.Michel Dänzer2008-01-141-1/+1
* i965: Fix unresolved symbol intel_miptree_pitch_align.Michel Dänzer2008-01-112-0/+27
* i915tex: Centralize mipmap pitch computations.Keith Packard2008-01-088-36/+64
* fix 3d proxy texture depth bugBrian2008-01-051-0/+1
* fix depth/1 typo in glTexImage3D proxy codeBrian2008-01-051-4/+4
* additional stub functionsBrian2008-01-021-0/+4
* additional GL_COLOR_ATTACHMENTx_EXT cases (bug 13767)Brian2008-01-021-0/+8
* fix vbo display list memleak upon context destructionBrian2008-01-012-0/+16
* additional GL_COLOR_ATTACHMENTx_EXT cases (bug 13767)Brian2008-01-011-0/+8
* fix GLSL uniform/attrib bugs (13753)Brian2008-01-011-0/+1
* Convert to 0/1 when setting boolean uniformsBruce Merry2008-01-012-1/+47
* Make use of count in _mesa_uniform_matrixBruce Merry2008-01-011-13/+25
* Add a test program to test for assorted bugs in shader_api.cBruce Merry2008-01-013-0/+300
* More fixes to shader_apiBruce Merry2008-01-011-7/+16
* Fix several bugs relating to uniforms and attributes in GLSL APIBruce Merry2008-01-011-11/+73
* added 'get' info for framebuffer object tokensBrian2008-01-012-8/+18
* add 'Get' info for MAX_3D_TEXTURE_SIZE (for bug 13811)Brian2008-01-011-1/+3
* add missing double quote (bug 13878)Brian2008-01-011-1/+1
* fix GL_LINE_LOOP with drivers using own render pipeline stage (#12410, #13527)Roland Scheidegger2007-12-2210-10/+10
* glGetActiveUniform fixBrian2007-12-201-0/+1
* return correct size from glGetActiveUniform (bug 13751)Brian2007-12-201-3/+55
* i965: allocate GRF registers before building subroutines,Xiang, Haihao2007-12-193-16/+25
* i965: restore the flag after building the subroutine of theXiang, Haihao2007-12-191-2/+11
* Remove -I$(TOP)/src/mesa/transformBrian2007-12-181-1/+0
* simplify update two-side lighting test (follow-on to previous front/back-face...Brian2007-12-181-3/+1
* fix NEED_SECONDARY_COLOR for vert/frag progsBrian2007-12-181-4/+4
* i915tex: Fix issues with glDrawBuffer(GL_NONE).Michel Dänzer2007-12-171-27/+23
* fix polygon cull regressionBrian2007-12-141-7/+3