mesa: append fog instructions after parsing if a fog option is set
[mesa.git] / src / mesa / state_tracker /
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
2008-02-26 José Fonsecagallium: Add missing copyright headers.
2008-02-26 Zack Rusinadd an explicit callback decleration and use it to...
2008-02-26 Zack Rusinimplement deleting of driver side cached state in cso's
2008-02-25 Briangallium: clamp line width when creating raster state...
2008-02-21 Briangallium: fill in some blend/rasterizer template fields...
2008-02-20 Briangallium: replace some ordinary assignments with pipe_re...
2008-02-20 Briangallium: new pipe->texture_update() function
2008-02-20 Briangallium: mark texture object data dirty in do_copy_texs...
2008-02-20 Briangallium: re-enable GenerateMipmap calls
2008-02-20 Briangallium: state tracker didn't always notify drivers...
2008-02-19 José FonsecaUse gallium's rtasm module.
2008-02-15 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.1
2008-02-15 José FonsecaCode reorganization: update build.
2008-02-14 Keith Whitwellgallium: Cleanups related to clears.
2008-02-13 Michel Dänzergallium: pipe->surface_copy can flip the contents verti...
2008-02-13 Briangallium: fix/finish glReadPixels(GL_DEPTH_COMPONENT).
2008-02-13 Briangallium: clamp min_lod so it's never negative
2008-02-12 Briangallium: remove dead code
2008-02-12 Briangallium: added null ptr check
2008-02-12 Briangallium: rename st_fragment_program's fs field to cso...
2008-02-12 Briangallium: move gen-mipmap global/static vars into st_context
2008-02-12 Briangallium: remove unused first_level param from st_textur...
2008-02-12 Briangallium: clean-up, simplification of mipmapped textures
2008-02-11 Briangallium: take pitch/stride into account in mipmap gener...
2008-02-11 Briangallium: comments about mipmap gen
2008-02-11 Briangallium: implement software fallback for mipmap generation
2008-02-11 Briangallium: strip borders from textures passed to st_TexImage.
2008-02-11 Briangallium: use _mesa_tex_target_to_face()
2008-02-08 Briangallium: include st_cb_drawpixels.h
2008-02-08 Briangallium: initial implemenation of auto mipmap generatio...
2008-02-08 Briangallium: added inClipCoords param to st_draw_vertices...
2008-02-06 Briangallium: change pipe->texture_create() to operate like...
2008-02-06 Brianclean-ups in guess_and_alloc_texture()
2008-02-06 Brianplug in ctx->Driver.GenerateMipmap function
2008-02-06 Brianclean-ups
next