summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker
AgeCommit message (Expand)Author
2007-10-29Make it compile under linux.Michal Krol
2007-10-29remove dead codeBrian
2007-10-29check for signed vs. unsigned in st_get_format_info() - fixes accum buffer fa...Brian
2007-10-29simplify code which access the current vertex/fragment shadersBrian
2007-10-29Remove typedefs from enums.Zack Rusin
2007-10-29Refactor the LLVM code a bit.Zack Rusin
2007-10-29Remove TGSI_INTERPOLATE_ATTRIB.Michal Krol
2007-10-29Fix newlines.Michal Krol
2007-10-28Update comments.Michal Krol
2007-10-28Replace supported_formats with is_format_supported interface.Michal Krol
2007-10-28Declare temporaries in a more compact fashion.michal
2007-10-28Declare temporaries in a more compact fashion.michal
2007-10-27Use PIPE_FORMAT in state tracker.michal
2007-10-27Refactor supported format queries.michal
2007-10-27Remove PIPE_FORMAT_COUNT references.michal
2007-10-27Comments about texture instructions and the src regsBrian
2007-10-27Move mesa_to_tgsi.[ch] to state_trackerBrian
2007-10-27Move mesa_to_tgsi.[ch] into state tracker.Brian
2007-10-26Re-implement GLSL texture sampler variables.Brian
2007-10-26surface_alloc() is now a winsys function.Brian
2007-10-25Move region_alloc() and region_release() to pipe_winsys.Brian
2007-10-25silence warningBrian
2007-10-25Move the get/put_tile() functions to pipe_context.Brian
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