gallium: Call st_flush() instead of st_gl_flush() in st_finish().
[mesa.git] / src / mesa / state_tracker /
2008-04-04 Michel Dänzergallium: Call st_flush() instead of st_gl_flush() in...
2008-04-04 Roland Scheideggergallium: fix two-side stencil handling
2008-04-04 Michel Dänzergallium: Always allocate new const buffers instead...
2008-04-03 Briangallium: test if PIPE_FORMAT_YCBCR[_REV] is supported...
2008-04-03 Briangallium: set rasterizer.gl_rasterization_rules = 1...
2008-04-03 Brian Paulgallium: streamline viewport/raster/shader state for...
2008-04-03 Brian Paulgallium: include st_cb_bitmap.h to silence warning
2008-04-03 Brian Paulgallium: remove the temporary/test TEST_DRAW_PASSTHROUG...
2008-04-03 Brian Paulgallium: use identity viewport fix broken clear_with_qu...
2008-04-03 Brian Paulgallium: call st_flush_bitmap_cache()
2008-04-03 Brian Paulgallium: set gl_rasterization_rules
2008-04-02 Keith Whitwellgallium: add a flag to turn on gl rasterization rules
2008-04-02 Keith Whitwellgallium: add temporary facility for rasterization-time...
2008-04-01 Briangallium: init ctx->Const.MaxTextureUnits
2008-04-01 Ben Skeggshandle IsPositionInvariant flag
2008-04-01 Michel Dänzergallium: Fencing fix.
2008-03-31 Briangallium: used inverted bitmap texture to simplify the...
2008-03-31 Briangallium: use cso_save/restore_sampler_textures() functions
2008-03-31 Briangallium: set the bypass_vs flag now
2008-03-31 Briangallium: turn on clipping for bitmaps
2008-03-29 Brian Paulgallium: Set vertex state/buffers en-mass.
2008-03-29 Briangallium: begin some bounding box code for bitmap cache
2008-03-29 Briangallium: added an (int) cast in setup_bitmap_vertex_dat...
2008-03-28 Briangallium: don't call st_flush_bitmap_cache() if the...
2008-03-28 Briangallium: disable a debug hack
2008-03-28 Briangallium: implement a glBitmap cache
2008-03-28 Brian Paulgallium: re-work texture format selection code
2008-03-28 Roland Scheideggergallium: remove redundant compare bit in sampler state
2008-03-27 Briangallium: replace PIPE_ATTRIB_MAX with PIPE_MAX_ATTRIBS
2008-03-27 Briangallium: Update calls to the simple shader functions
2008-03-27 Briangallium: fix Element() macro redefinition warning
2008-03-26 Brian Paulgallium: need to call st_validate_state() in Bitmap()
2008-03-26 Michel Dänzergallium: Change pipe->flush() interface to optionally...
2008-03-25 Brian Paulgallium: disable the selection/feedback draw module...
2008-03-25 Brian Paulgallium: added some debug code (disable)
2008-03-25 Brian Paulgallium: don't enable stencil test if no stencil buffer.
2008-03-25 Briangallium: save/restore samplers in draw_textured_quad()
2008-03-24 Brian Paulgallium: fix a few texture border/mipmap glitches found...
2008-03-24 Brian Paulgallium: check SamplersUsed to determine if texture...
2008-03-24 Brian Paulgallium: free bitmap fragment shaders, misc clean-up
2008-03-24 Brian Paulgallium: add missing cso_save_samplers() call
2008-03-24 Briangallium: pass the filter mode to util_gen_mipmap().
2008-03-22 Briangallium: fix a few more shader-related mem leaks
2008-03-22 Briangallium: fix a few mem leaks when deleting programs
2008-03-21 Briangallium: fix const buffer update bug
2008-03-21 BrianRefactor PBO validate/map code.
2008-03-21 Brian Paulgallium: implement PBO operations for glDraw/ReadPixels...
2008-03-21 Brian Paulgallium: use is_format_supported(PIPE_FORMAT_DXT5_RGBA...
2008-03-21 Brian Paulgallium: use is_format_supported() to determine if...
2008-03-20 Brian Paulgallium: catch some out of memory conditions in the...
2008-03-20 Briangallium: assign framebuffer width, height
2008-03-20 Briangallium: unused var silence warning
2008-03-20 Briangallium: glBitmap code now separe from glDraw/CopyPixel...
2008-03-20 Briangallium: glBitmap code now separated from glDraw/CopyPi...
2008-03-20 Briangallium: Y-invert blit depending on framebuffer orientation
2008-03-20 Briangallium: in clear_with_quad() check fb orientation...
2008-03-20 Briangallium: create one vertex buffer and re-use, also...
2008-03-20 Briangallium: use the utility pasthrough shaders
2008-03-19 Brian Paulgallium: add face, dirtyLevels params to pipe->texture_...
2008-03-19 Brian Paulgallium: need to set/save framebuffer state in st_conte...
2008-03-19 Briangallium: implement CSO save/restore functions for use...
2008-03-19 Briangallium: remove old commented-out code
2008-03-18 Briangallium: plug in and init GL_EXT_framebuffer_blit funct...
2008-03-18 Briangallium: glFramebufferBlitEXT() implementation
2008-03-18 Briangallium: fix typos
2008-03-18 Briangallium: restore additional state after clearing with...
2008-03-18 Briangallium: use new color packing utility functions
2008-03-17 Briangallium: use new gallium utility code for generating...
2008-03-17 Brian Paulgallium: set min_mip_filter = PIPE_TEX_MIPFILTER_NEAREST
2008-03-17 Brian Paulgallium: in gen_mipmap, also set sampler lod_bias and...
2008-03-14 Brian Paulgallium: if point size not computed per vertex, apply...
2008-03-14 Briangallium: in st_program_string_notify() free shader...
2008-03-13 Briangallium: for TEST_DRAW_PASSTHROUGH, pass inClipCoords...
2008-03-13 Briangallium: add some temporary code for testing draw modul...
2008-03-13 Brian Paulgallium: remove semantic info from pipe_shader_state
2008-03-13 Briangallium: in clear_stencil_buffer() check surface format...
2008-03-12 Briangallium: pass NULL to cso_single_sampler() when the...
2008-03-12 Briangallium: use TXP rather than ExtDivide flag
2008-03-12 Keith Whitwellgallium: Add TEX_FILTER_ANISO img filter
2008-03-12 Briangallium: rework CSO-related code in state tracker
2008-03-11 Briangallium: disable an unneeded assertion (hit with texwrap.c)
2008-03-05 Keith Whitwellgallium: michel's patch to rework texture/sampler bindi...
2008-02-29 Brian Paulgallium: change st->state.sampler_texture[] to store...
2008-02-29 Brian Paulgallium: fix update_textures() bug in pipe_texture...
2008-02-29 Brian Paulgallium: fix glCopyPixels(GL_DEPTH) when Z format conve...
2008-02-28 Brian Paulgallium: fix surface/texture format conversion in st_Co...
2008-02-28 Brian Paulgallium: added a texture format sanity check/assertion...
2008-02-28 Brian Paulgalliums: s/uint/enum pipe_format/
2008-02-28 Brian Paulgallium: in GL_SELECT mode, update hitflag in rasterpos
2008-02-28 Keith Whitwellgallium: State tracker cleanups wrt clears.
2008-02-28 Jose Fonsecagallium: Convert CRLF -> LF.
2008-02-27 Briangallium: remove pipe_context->texture_create/release...
2008-02-27 Briangallium: move is_format_supported() to pipe_screen...
2008-02-27 Briangallium: start removing pipe_context->get_name/vendor...
2008-02-27 Briangallium: use pipe_texture_reference() instead of pipe...
2008-02-27 Briangallium: remove pipe parameter from pipe_texture_refere...
2008-02-26 Briangallium: #includes to silence warnings
2008-02-26 Briangallium: fix zero-sized viewport bug
2008-02-26 Briangallium: fix off by one rasterpos bug
2008-02-26 Briangallium: remove input_map[] from pipe_shader_state
next