summaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker
Commit message (Expand)AuthorAgeFilesLines
* Execution engine is a singleton, for now keep it in the pipe.Zack Rusin2007-10-241-2/+2
* Initial stab at LLVM integration.Zack Rusin2007-10-241-1/+3
* Don't pad renderbuffers to multiple of two pixels anymore.Brian2007-10-231-6/+1
* fix masking bug, memory leakBrian2007-10-221-29/+28
* new flag to control psize (from vertex shader or fixed size)Brian2007-10-221-0/+1
* add support for sprite texcoord modesBrian2007-10-221-0/+12
* add point_sprite flag to rasterizer stateBrian2007-10-221-0/+1
* flush the pipe before accum opsBrian2007-10-201-0/+3
* unmap regions when reallocating renderbuffer storageBrian2007-10-201-0/+4
* renderbuffer tweaks in update_framebuffer_state()Brian2007-10-201-4/+5
* Alternate CopyPixels path based on get/put_tile().Brian2007-10-183-8/+41
* fix off-by-one error in CopyPixels src positionBrian2007-10-181-1/+1
* fix upside down CopyPixels imageBrian2007-10-181-17/+25
* fix function nameBrian2007-10-181-1/+1
* checkpoint: code refactoring for glCopyPixelsBrian2007-10-181-50/+123
* start implementing glCopyPixels (stencil works)Brian2007-10-181-0/+79
* make read_stencil_pixels() non-staticBrian2007-10-182-5/+11
* print vertex input mappingBrian2007-10-181-0/+6
* handle fogcoord/raster distanceBrian2007-10-181-4/+15
* debug functionsBrian2007-10-182-0/+96
* remove #include vf.hBrian2007-10-174-5/+0
* formatting fixBrian2007-10-171-1/+3
* fix addressing error in read_stencil_pixels()Brian2007-10-171-2/+2
* generate selection hit if in selection mode and pos is not clippedBrian2007-10-171-0/+5
* Update framebuffer state in response to _NEW_COLOR (set by glDrawBuffer)Brian2007-10-171-1/+5
* Fix viewport Z scale/bias to get the right Z values from drawing the quad.Brian2007-10-172-5/+5
* use new st_clear_accum_buffer() functionBrian2007-10-161-24/+3
* New st_clear_accum_buffer() function (can't use pipe->clear() since it doesn'...Brian2007-10-162-6/+41
* remove debug assertionBrian2007-10-161-1/+0
* fix blend term translation bug, rename some funcsBrian2007-10-161-13/+13
* GL_UNSIGNED_BYTE indexesBrian2007-10-151-0/+3
* Undo prev changes.Brian2007-10-152-23/+36
* setup vertex format for GL_FEEDBACK modeBrian2007-10-151-0/+14
* GL_SELECT mode works nowBrian2007-10-152-0/+22
* call pipe->set_vertex_buffer() after drawing/unreferencing.Brian2007-10-151-0/+2
* add 'normalized_coords' field to pipe_sampler_stateBrian2007-10-152-0/+4
* simplify KIL usage for bitmap fragprogBrian2007-10-151-4/+2
* implement accum opsBrian2007-10-141-8/+162
* 16-bit rgba surface/format for accumBrian2007-10-143-9/+57
* Added accum function/files.Brian2007-10-143-0/+128
* GL_STENCIL_INDEX supportBrian2007-10-131-1/+77
* GL_STENCIL_INDEX supportBrian2007-10-131-2/+83
* format info for Z16/Z32Brian2007-10-131-1/+15
* glDrawPixels support for GL_DEPTH_COMPONENTBrian2007-10-131-10/+115
* get_tile() of Z surfaces returns floats nowBrian2007-10-131-13/+1
* Use KIL in glBitmap shader to cull the fragments for 0 bits.Brian2007-10-121-41/+30
* added assertion to be sure we don't exceed bitfield sizeBrian2007-10-121-0/+1
* initial use of KIL for glBitmap renderingBrian2007-10-121-7/+44
* rename some vars, updated commentsBrian2007-10-111-8/+8
* remove unused tgsi_attrib_to_mesa_attrib()Brian2007-10-111-64/+0