gallium: set rasterizer.gl_rasterization_rules = 1 in a few more places
[mesa.git] / src / mesa /
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 Markus Amslerfix parsing bug involving comments at the end of ARB...
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-31 José Fonsecagallium: Eliminate p_winsys::printf
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 Paulmesa: fix texture/renderbuffer mix-up in test_attachmen...
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 Brianconsolidate some parsing functions that were pretty...
2008-03-27 Brianmesa: misc sync-up with master
2008-03-27 Brianraise GL_INVALID_OPERATION if glProgramString compilati...
2008-03-27 BrianFix the compile of disabled DEBUG_PARSING code.
2008-03-27 Brianmake sure state token values are fully initialized
2008-03-27 Brianadded program_error2() function for better error reporting
2008-03-27 BrianFix state.texgen parsing error (bug 12313).
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 Paulmesa: fix some issues in _mesa_combine_programs()
2008-03-25 Brian Paulmesa: append fog instructions after parsing if a fog...
2008-03-25 Brian Paulmesa: when negating scalar src args, use NEGATE_XYZW...
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 Brianuse ctx->Driver.DeleteProgram() in a few more places
2008-03-22 Briangallium: fix a few mem leaks when deleting programs
2008-03-22 Briandelete default programs with ctx->Driver.DeleteProgram()
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 Pauladd a number of PBO validate/map/unmap functions
2008-03-21 BrianFix some PBO breakage.
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-21 Michel Dänzergallium: Update scons build for state tracker files...
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-19 Alan Hourihaneset outputs_safe to 0 as it's possible for the code...
2008-03-19 Alan Hourihaneremove redundant init
2008-03-18 Briangallium: plug in and init GL_EXT_framebuffer_blit funct...
2008-03-18 Briangallium: added st_cb_blit.c
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-17 Markus Amsleronly set InputsRead bit if input is really used
2008-03-14 Brian Paulmesa: clamp point size in vertex program when computing...
2008-03-14 Brian Paulgallium: if point size not computed per vertex, apply...
2008-03-14 Brian Paulmesa: init tmpNode to zeros
2008-03-14 Brian Paulmesa: fix emit_clamp() so that we don't use an output...
2008-03-14 Brianmesa: revert fast-track glColor and similar calls when...
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 Keith Whitwellmesa: fix (harmless?) assignment in assert
2008-03-13 Briangallium: in clear_stencil_buffer() check surface format...
2008-03-12 Brianmesa: set SamplersUsed bitmask when parsing ARB fragmen...
next