| Commit message (Expand) | Author | Age | Files | Lines |
* | st/mesa: do sanity checks on states only in debug builds | Marek Olšák | 2011-01-06 | 1 | -0/+4 |
* | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg | 2010-10-13 | 1 | -1/+1 |
* | mesa: initial support for ARB_geometry_shader4 | Zack Rusin | 2010-06-28 | 1 | -0/+4 |
* | mesa/st: adapt to interface changes | Roland Scheidegger | 2010-05-17 | 1 | -0/+1 |
* | st/mesa: Remove unnecessary headers. | Vinson Lee | 2010-03-22 | 1 | -2/+0 |
* | st/mesa: Implement st_api.h. | Chia-I Wu | 2010-03-12 | 1 | -3/+2 |
* | Replace the _mesa_*printf() wrappers with the plain libc versions | Kristian Høgsberg | 2010-02-19 | 1 | -5/+5 |
* | st/dri2: Use event-driven buffer validation. | Francisco Jerez | 2010-02-16 | 1 | -1/+6 |
* | Merge commit 'origin/st-shader-varients' | Roland Scheidegger | 2009-11-26 | 1 | -1/+2 |
|\ |
|
| * | mesa/st: refactor vertex and fragment shader translation | Keith Whitwell | 2009-11-15 | 1 | -1/+2 |
* | | mesa: fix assorted compiler warnings | Brian Paul | 2009-11-17 | 1 | -4/+4 |
|/ |
|
* | st: use the static atoms[] array directly | Brian Paul | 2009-04-21 | 1 | -15/+8 |
* | st: do away with dynamic state atom for const buffers | Brian Paul | 2009-04-21 | 1 | -21/+2 |
* | mesa: consistantly use mesa memory-functions in gallium state tracker | Brian Paul | 2009-02-12 | 1 | -2/+2 |
* | mesa: Prefix main includes with dir to avoid conflicts. | José Fonseca | 2008-07-24 | 1 | -2/+2 |
* | gallium: fix some render to texture bugs | Brian Paul | 2008-05-07 | 1 | -1/+2 |
* | gallium: don't call st_flush_bitmap_cache() if the only change is _NEW_PACKUN... | Brian | 2008-03-28 | 1 | -1/+6 |
* | gallium: implement a glBitmap cache | Brian | 2008-03-28 | 1 | -0/+3 |
* | gallium: incorporate alpha state into depth_stencil state object. | Keith Whitwell | 2007-12-17 | 1 | -2/+1 |
* | gallium: remove redundant clear_color state. | Keith Whitwell | 2007-12-11 | 1 | -1/+0 |
* | No longer need st_update_tnl atom | Brian | 2007-10-31 | 1 | -1/+0 |
* | added st_update_pixel_transfer atom | Brian | 2007-10-30 | 1 | -1/+2 |
* | Translate mesa vertex/fragment programs to TGSI programs at same time to do p... | Brian | 2007-09-25 | 1 | -2/+1 |
* | Make the alpha test state a cso. | Zack Rusin | 2007-09-21 | 1 | -0/+1 |
* | converting the setup state to immutable object and renaming it to rasterizer ... | Zack Rusin | 2007-09-18 | 1 | -1/+1 |
* | Combing depth and stencil objects and making them immutable. | Zack Rusin | 2007-09-18 | 1 | -2/+1 |
* | add names to tracked state atoms to improve debug | keithw | 2007-08-25 | 1 | -1/+8 |
* | checkpoint in constant tracking rework | Keith Whitwell | 2007-08-25 | 1 | -12/+39 |
* | added tnl state atom | Brian | 2007-08-18 | 1 | -0/+1 |
* | plug in texture/sampler state update | Brian | 2007-08-07 | 1 | -0/+2 |
* | Trigger tgsi compilation for fragment programs. | Keith Whitwell | 2007-07-19 | 1 | -0/+1 |
* | Implement polygon stipple state tracking, application. | Brian | 2007-07-11 | 1 | -0/+1 |
* | consolidate point/line state into pipe_setup_state | Brian | 2007-06-26 | 1 | -1/+0 |
* | checkpoint: implement z/depth testing | Brian | 2007-06-20 | 1 | -0/+1 |
* | Initial work for glClear(), clear color state. | Brian | 2007-06-20 | 1 | -0/+1 |
* | hook up point state | Brian | 2007-06-19 | 1 | -0/+1 |
* | Re-org of surface/framebuffer state. | Brian | 2007-06-19 | 1 | -1/+0 |
* | just use regular malloc(), free(), memcpy() | Brian | 2007-06-19 | 1 | -3/+3 |
* | Added st_update_framebuffer struct/object. | Brian | 2007-06-15 | 1 | -0/+1 |
* | Renamed softpipe directories and files to something less confusing. | Keith Whitwell | 2007-06-14 | 1 | -0/+171 |