summaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker
Commit message (Expand)AuthorAgeFilesLines
* Implement shader concatenation for glBitmap.Brian2007-10-302-39/+81
* combine shaders for glCopyPixelsBrian2007-10-301-79/+64
* Use program serial numbers to avoid re-generating fragment programs for glDra...Brian2007-10-305-28/+58
* Before calling texformat->StoreImage() set _ImageTransferState=0 since we'll ...Brian2007-10-301-2/+10
* color matrixBrian2007-10-301-15/+86
* start using program cacheBrian2007-10-301-5/+70
* added pixel_transfer_cacheBrian2007-10-302-1/+7
* tgsi_translate_mesa_program: Don't crash when program->Parameters == NULL.Michel Dänzer2007-10-301-1/+2
* Disable debug code.Brian2007-10-302-2/+10
* Remove obsolete filesBrian2007-10-303-233/+0
* Rename file since it's now a state atomBrian2007-10-302-0/+197
* checkpoint: combine pixel transfer and user shader for glDrawPixelsBrian2007-10-301-1/+33
* make st_upload_constants() publicBrian2007-10-302-5/+52
* added pixel_transfer_program fieldBrian2007-10-301-0/+2
* added st_update_pixel_transfer atomBrian2007-10-302-1/+3
* bug fixes, implement state atom for pixel transferBrian2007-10-301-11/+41
* Set _NEW_BUFFERS in glRead/DrawBuffer().Brian2007-10-301-5/+1
* comment unused 'cb' fieldBrian2007-10-301-0/+1
* update comments, fix typoBrian2007-10-301-4/+3
* Initial version of st_get_pixel_transfer_program().Brian2007-10-302-0/+167
* Enable immediates in TGSI and work with them in LLVM code.Zack Rusin2007-10-301-14/+0
* Make it compile under linux.Michal Krol2007-10-292-0/+2
* remove dead codeBrian2007-10-291-77/+0
* check for signed vs. unsigned in st_get_format_info() - fixes accum buffer fa...Brian2007-10-291-6/+12
* simplify code which access the current vertex/fragment shadersBrian2007-10-292-43/+5
* Remove typedefs from enums.Zack Rusin2007-10-291-1/+1
* Refactor the LLVM code a bit.Zack Rusin2007-10-291-3/+1
* Remove TGSI_INTERPOLATE_ATTRIB.Michal Krol2007-10-291-8/+10
* Fix newlines.Michal Krol2007-10-291-840/+840
* Update comments.Michal Krol2007-10-281-2/+0
* Replace supported_formats with is_format_supported interface.Michal Krol2007-10-282-63/+40
* Declare temporaries in a more compact fashion.michal2007-10-281-61/+61
* Declare temporaries in a more compact fashion.michal2007-10-281-55/+61
* Use PIPE_FORMAT in state tracker.michal2007-10-273-21/+191
* Refactor supported format queries.michal2007-10-271-67/+73
* Remove PIPE_FORMAT_COUNT references.michal2007-10-271-2/+2
* Comments about texture instructions and the src regsBrian2007-10-271-3/+10
* Move mesa_to_tgsi.[ch] to state_trackerBrian2007-10-277-13/+73
* Move mesa_to_tgsi.[ch] into state tracker.Brian2007-10-272-0/+828
* Re-implement GLSL texture sampler variables.Brian2007-10-261-1/+32
* surface_alloc() is now a winsys function.Brian2007-10-261-1/+1
* Move region_alloc() and region_release() to pipe_winsys.Brian2007-10-253-9/+15
* silence warningBrian2007-10-251-0/+2
* Move the get/put_tile() functions to pipe_context.Brian2007-10-254-16/+16
* Fix glDrawElements + VBO rendering when ptr/offset is not zero.Brian2007-10-241-2/+5
* Revert "Undo indexOffset change (I think, git???)"Brian2007-10-241-4/+2
* Undo indexOffset change (I think, git???)Brian2007-10-241-2/+4
* flush pipe in draw_stencil_pixels()Brian2007-10-241-0/+2
* Add copyright headers and do some cleanups.Zack Rusin2007-10-241-2/+2
* Cleanup some code.Zack Rusin2007-10-241-1/+5