summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix a program refcounting error, don't share program parameter lists.Brian Paul2008-05-162-41/+20
* fix an attr/src mix-up when setting-up/binding vertex arraysBrian Paul2008-05-162-5/+7
* fix parsing of state.texenv.color (bug 14931)Brian Paul2008-05-142-2/+4
* Consolidate texture fetch code and use partial derivatives when possible.Brian Paul2008-05-143-68/+71
* mesa: fix InfoLog memleak, misc sync with masterBrian Paul2008-05-141-4/+8
* Bug #13492: Only call ProgramStringNotify if program parsing succeeded.Eric Anholt2008-05-141-2/+2
* fix swizzle error test (bug 11881)Brian2008-05-141-2/+2
* fix-up inlined/non-inlined function inconsistenciesBrian Paul2008-05-142-9/+9
* mesa: rm unneeded fileBrian Paul2008-05-141-64/+0
* mesa: prefix rm command with -Brian Paul2008-05-141-1/+1
* rewrite some of the mat*mat, mat*vec intrinsicsBrian Paul2008-05-143-567/+336
* mesa: regenerate slang built-in data (asin(vec4) fix)Brian Paul2008-05-141-41/+42
* mesa: fix missing w assignment in asin(vec4)Brian Paul2008-05-141-0/+1
* mesa: use CALLOC_STRUCT()Brian Paul2008-05-141-2/+1
* mesa: sync up swrast/s_fragprog.c with masterBrian Paul2008-05-141-16/+22
* mesa: updated commentBrian Paul2008-05-141-6/+3
* mesa: minor bug fixes from masterBrian Paul2008-05-141-1/+11
* mesa: dead code removalBrian Paul2008-05-141-3/+0
* mesa: minor bug fixes, null ptr checks, dead code removalBrian Paul2008-05-141-11/+8
* mesa: fix errors in LightModelProduct state, other misc error casesBrian Paul2008-05-141-5/+11
* mesa: glUniform(location==-1) is not an errorBrian Paul2008-05-141-0/+9
* fix some additional program refcounting bugsBrian Paul2008-05-143-9/+6
* adjust llvm code to the changes in 2.3Zack Rusin2008-05-123-28/+26
* gallium: optimize the flush_spans() functionBrian2008-05-101-41/+40
* gallium: remove unused codeBrian2008-05-101-15/+0
* draw: Fix number of vertices allocated in draw_pt_emit().Michel Dänzer2008-05-091-1/+1
* draw: mimize cost of translate key compares, use cache universallyKeith Whitwell2008-05-094-17/+23
* translate: helper functions for mimizing cost of key comparesKeith Whitwell2008-05-091-0/+21
* draw: only fill in / compare the part of the translate key we're using.Keith Whitwell2008-05-083-10/+11
* xlib: more SP_NO_RAST supportKeith Whitwell2008-05-082-0/+12
* softpipe: don't calc det if NO_RAST setKeith Whitwell2008-05-081-2/+3
* cso_cache: Fix test for currently bound blend state.Michel Dänzer2008-05-081-1/+1
* mesa: free shader program data before deleting shader objects.Brian2008-05-061-0/+16
* gallium: implement full reference counting for vertex/fragment programsBrian2008-05-0611-74/+170
* mesa: comments, whitespaceBrian2008-05-061-24/+19
* gallium: change calculate_first_last_level() to match gallium-tex-surfaces br...Brian Paul2008-05-061-1/+1
* fix _mesa_ffs for alternative compilersAlan Hourihane2008-05-051-19/+17
* declare atoms as externAlan Hourihane2008-05-051-14/+14
* gallium: fix warningsBrian Paul2008-05-032-2/+4
* gallium: fix sampler->max_lod computationBrian Paul2008-05-031-2/+3
* gallium: fix computation of sampler->min_lodBrian Paul2008-05-031-1/+1
* gallium: remove 0.5 vertex biases in set_vertex_data()Brian Paul2008-05-021-10/+10
* gallium: remove obsolete PIPE_CAP_BITMAP_TEXCOORD_BIASBrian Paul2008-05-021-1/+1
* gallium: minor code, comments clean-upBrian Paul2008-05-021-26/+16
* gallium: in st_finalize_texture() check texture dimensionsBrian Paul2008-05-021-1/+4
* gallium: new debug code (disabled)Brian Paul2008-05-021-0/+14
* gallium: fix typos, comments, whitespaceBrian Paul2008-05-021-6/+6
* gallium: remove ^M (CR) charsBrian Paul2008-05-021-23/+23
* gallium: code movement (XSHM code)Brian Paul2008-05-021-127/+125
* gallium: comments, clean-upsBrian Paul2008-05-021-1/+9