summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker
AgeCommit message (Expand)Author
2007-10-24Fix glDrawElements + VBO rendering when ptr/offset is not zero.Brian
2007-10-24Revert "Undo indexOffset change (I think, git???)"Brian
2007-10-24Undo indexOffset change (I think, git???)Brian
2007-10-24flush pipe in draw_stencil_pixels()Brian
2007-10-24Add copyright headers and do some cleanups.Zack Rusin
2007-10-24Cleanup some code.Zack Rusin
2007-10-24Execution engine is a singleton, for now keep it in the pipe.Zack Rusin
2007-10-24Initial stab at LLVM integration.Zack Rusin
2007-10-23Don't pad renderbuffers to multiple of two pixels anymore.Brian
2007-10-22fix masking bug, memory leakBrian
2007-10-22new flag to control psize (from vertex shader or fixed size)Brian
2007-10-22add support for sprite texcoord modesBrian
2007-10-22add point_sprite flag to rasterizer stateBrian
2007-10-20flush the pipe before accum opsBrian
2007-10-20unmap regions when reallocating renderbuffer storageBrian
2007-10-20renderbuffer tweaks in update_framebuffer_state()Brian
2007-10-18Alternate CopyPixels path based on get/put_tile().Brian
2007-10-18fix off-by-one error in CopyPixels src positionBrian
2007-10-18fix upside down CopyPixels imageBrian
2007-10-18fix function nameBrian
2007-10-18checkpoint: code refactoring for glCopyPixelsBrian
2007-10-18start implementing glCopyPixels (stencil works)Brian
2007-10-18make read_stencil_pixels() non-staticBrian
2007-10-18print vertex input mappingBrian
2007-10-18handle fogcoord/raster distanceBrian
2007-10-18debug functionsBrian
2007-10-17remove #include vf.hBrian
2007-10-17formatting fixBrian
2007-10-17fix addressing error in read_stencil_pixels()Brian
2007-10-17generate selection hit if in selection mode and pos is not clippedBrian
2007-10-17Update framebuffer state in response to _NEW_COLOR (set by glDrawBuffer)Brian
2007-10-17Fix viewport Z scale/bias to get the right Z values from drawing the quad.Brian
2007-10-16use new st_clear_accum_buffer() functionBrian
2007-10-16New st_clear_accum_buffer() function (can't use pipe->clear() since it doesn'...Brian
2007-10-16remove debug assertionBrian
2007-10-16fix blend term translation bug, rename some funcsBrian
2007-10-15GL_UNSIGNED_BYTE indexesBrian
2007-10-15Undo prev changes.Brian
2007-10-15setup vertex format for GL_FEEDBACK modeBrian
2007-10-15GL_SELECT mode works nowBrian
2007-10-15call pipe->set_vertex_buffer() after drawing/unreferencing.Brian
2007-10-15add 'normalized_coords' field to pipe_sampler_stateBrian
2007-10-15simplify KIL usage for bitmap fragprogBrian
2007-10-14implement accum opsBrian
2007-10-1416-bit rgba surface/format for accumBrian
2007-10-14Added accum function/files.Brian
2007-10-13GL_STENCIL_INDEX supportBrian
2007-10-13GL_STENCIL_INDEX supportBrian
2007-10-13format info for Z16/Z32Brian
2007-10-13glDrawPixels support for GL_DEPTH_COMPONENTBrian