summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)Author
2008-04-03gallium: test if PIPE_FORMAT_YCBCR[_REV] is supported and enable GL_MESA_ycbc...Brian
2008-04-03gallium: set rasterizer.gl_rasterization_rules = 1 in a few more placesBrian
2008-04-03gallium: streamline viewport/raster/shader state for clearing with quadsBrian Paul
2008-04-03gallium: include st_cb_bitmap.h to silence warningBrian Paul
2008-04-03gallium: remove the temporary/test TEST_DRAW_PASSTHROUGH codeBrian Paul
2008-04-03gallium: use identity viewport fix broken clear_with_quad() pathBrian Paul
2008-04-03gallium: call st_flush_bitmap_cache()Brian Paul
2008-04-03gallium: set gl_rasterization_rulesBrian Paul
2008-04-02gallium: add a flag to turn on gl rasterization rulesKeith Whitwell
2008-04-02gallium: add temporary facility for rasterization-time clamping of point sizesKeith Whitwell
2008-04-01gallium: init ctx->Const.MaxTextureUnitsBrian
2008-04-01handle IsPositionInvariant flagBen Skeggs
2008-04-01gallium: Fencing fix.Michel Dänzer
2008-03-31gallium: used inverted bitmap texture to simplify the fragment shader.Brian
2008-03-31fix parsing bug involving comments at the end of ARB v/f programsMarkus Amsler
2008-03-31gallium: use cso_save/restore_sampler_textures() functionsBrian
2008-03-31gallium: set the bypass_vs flag nowBrian
2008-03-31gallium: turn on clipping for bitmapsBrian
2008-03-31gallium: Eliminate p_winsys::printfJosé Fonseca
2008-03-29gallium: Set vertex state/buffers en-mass.Brian Paul
2008-03-28gallium: begin some bounding box code for bitmap cacheBrian
2008-03-28gallium: added an (int) cast in setup_bitmap_vertex_data() to fix a signed/un...Brian
2008-03-28gallium: don't call st_flush_bitmap_cache() if the only change is _NEW_PACKUN...Brian
2008-03-28gallium: disable a debug hackBrian
2008-03-28gallium: implement a glBitmap cacheBrian
2008-03-28mesa: fix texture/renderbuffer mix-up in test_attachment_completeness()Brian Paul
2008-03-28gallium: re-work texture format selection codeBrian Paul
2008-03-28gallium: remove redundant compare bit in sampler stateRoland Scheidegger
2008-03-27gallium: replace PIPE_ATTRIB_MAX with PIPE_MAX_ATTRIBSBrian
2008-03-27consolidate some parsing functions that were pretty much identical for vertex...Brian
2008-03-27mesa: misc sync-up with masterBrian
2008-03-27raise GL_INVALID_OPERATION if glProgramString compilation failsBrian
2008-03-27Fix the compile of disabled DEBUG_PARSING code.Brian
2008-03-27make sure state token values are fully initializedBrian
2008-03-27added program_error2() function for better error reportingBrian
2008-03-27Fix state.texgen parsing error (bug 12313).Brian
2008-03-27gallium: Update calls to the simple shader functionsBrian
2008-03-27gallium: fix Element() macro redefinition warningBrian
2008-03-26gallium: need to call st_validate_state() in Bitmap()Brian Paul
2008-03-26gallium: Change pipe->flush() interface to optionally return a fence.Michel Dänzer
2008-03-25gallium: disable the selection/feedback draw module's options for wide lines,...Brian Paul
2008-03-25gallium: added some debug code (disable)Brian Paul
2008-03-25mesa: fix some issues in _mesa_combine_programs()Brian Paul
2008-03-25mesa: append fog instructions after parsing if a fog option is setBrian Paul
2008-03-25mesa: when negating scalar src args, use NEGATE_XYZW, not NEGATE_XBrian Paul
2008-03-24gallium: don't enable stencil test if no stencil buffer.Brian Paul
2008-03-24gallium: save/restore samplers in draw_textured_quad()Brian
2008-03-24gallium: fix a few texture border/mipmap glitches found w/ conformBrian Paul
2008-03-24gallium: check SamplersUsed to determine if texture needed, as in st_atom_sam...Brian Paul
2008-03-24gallium: free bitmap fragment shaders, misc clean-upBrian Paul