draw: implement flatshade_first for drawing pipeline
[mesa.git] / src / mesa /
2009-05-13 Brian Paulintel: added null ptr check
2009-05-13 Brian Paulintel: enable GL_APPLE_vertex_array_object
2009-05-13 Brian Paulst/mesa: enable GL_APPLE_vertex_array_object for galliu...
2009-05-13 Brian PaulMerge branch 'mesa_7_5_branch'
2009-05-13 Brian Paulintel: create a private gl_array_object for intel_clear...
2009-05-13 Brian Paulmesa: delete array objects before buffer objects during...
2009-05-13 Brian Paulmesa: clean-up vertex array object VBO unbinding and...
2009-05-13 Brian Paulmesa: reference counting for gl_array_object
2009-05-12 Brian Pauli965: enable additional code in emit_fb_write()
2009-05-12 Brian Pauli965: increase BRW_EU_MAX_INSN
2009-05-12 Brian Pauli965: comment
2009-05-12 Eric Anholtintel: Skip the DRI2 renderbuffer update when doing...
2009-05-12 Eric Anholtintel: Map write-only buffer objects through the GTT...
2009-05-12 Eric Anholti915: Fix driver after HW glGenerateMipmap commit.
2009-05-12 Brian Paulswrast: update/restore the opt_sample_rgb/rgba_2d(...
2009-05-12 Ian RomanickTest either GL_FRONT_LEFT or GL_FRONT for front-buffer...
2009-05-11 Brian PaulMerge branch 'mesa_7_5_branch'
2009-05-11 Brian Paulst: do proper refcounting for framebuffer surfaces
2009-05-11 Brian Paulmesa: updated comments for _mesa_generate_mipmap()
2009-05-11 Brian Pauli965: handle extended swizzle terms (0,1) in get_src_reg()
2009-05-11 Brian Paulmesa: better handling/printing of driver-specific opcod...
2009-05-11 Brian Paulmesa: Fixed a texture memory leak
2009-05-08 Robert Ellisoni965: improve debug logging
2009-05-08 Robert Ellisoni965: fix memory leak in context/renderbuffer region...
2009-05-08 Robert Ellisoni965: fix segfault on low memory conditions
2009-05-08 Robert Ellisonmesa: Fixed a texture memory leak
2009-05-08 Eric Anholtintel: Add a metaops version of glGenerateMipmapEXT...
2009-05-08 Eric Anholtintel: Put the constant texcoords used in metaops into...
2009-05-08 Brian Paulmesa: set version to 7.5-rc1
2009-05-08 Brian Pauli965: const qualifiers
2009-05-08 Brian Paulmesa: raise MAX_VARYING (number of shader varying vars...
2009-05-08 Brian Paulmesa: assertions to check for too many vertex outputs...
2009-05-08 Brian Paulglsl: check number of varying variables against the...
2009-05-08 Brian Paulmesa: issue warning for out of bounds array indexes
2009-05-08 Brian Pauli965: don't use GRF regs 126,127 for WM programs
2009-05-08 Brian Paulglsl: set vertex/fragment program Ids to aid with debugging
2009-05-08 Brian Paulmesa: more shader debug code (disabled)
2009-05-08 Keith Whitwellmesa/st: keep surface_copy arguments positive
2009-05-08 Keith Whitwellmesa/st: remove redundant call to st_finish in CopyTexS...
2009-05-08 Keith Whitwellmesa/st: cope with non-ibo index data in st_draw_feedback.c
2009-05-08 José Fonsecamesa: Make _mesa_share_state thread safe.
2009-05-08 Keith Whitwellmesa: more complete fix for transform_invarient glitches
2009-05-08 Keith Whitwellmesa/main: set PREFER_DP4 to match position_invarient...
2009-05-08 Keith Whitwellmesa/st: keep surface_copy arguments positive
2009-05-08 Keith Whitwellmesa/st: remove redundant call to st_finish in CopyTexS...
2009-05-08 Keith Whitwellmesa/st: cope with non-ibo index data in st_draw_feedback.c
2009-05-08 José Fonsecamesa: Make _mesa_share_state thread safe.
2009-05-07 Brian Paulmesa: make the array object save/remove functions static
2009-05-07 Brian Paulmesa: clean-up vertex array object VBO unbinding and...
2009-05-07 Brian Paulmesa: reference counting for gl_array_object
2009-05-07 Brian Paulmesa: array object comments
2009-05-07 Brian Paulmesa: move the NullBufferObj from GLcontext to gl_share...
2009-05-07 Brian Paulmesa: fix comments, s/texture/buffer/
2009-05-07 Brian Paulvbo: in glDraw[Range]Element() code, check for out...
2009-05-07 Brian Paulmesa: remove unused gl_buffer_object::OnCard field
2009-05-07 Brian Paulmesa: added gl_buffer_object::Written flag (for debug...
2009-05-07 Brian Paulmesa: Compute gl_client_array->_MaxElement during array...
2009-05-07 Brian Paulmesa: GLvector4f:: flags is a GLbitfield, update commen...
2009-05-07 Brian Paulmesa: add storage_count field to GLvector4f. Useful...
2009-05-07 Brian Paulmesa: use array->BufferObj instead of ctx->Array.ArrayB...
2009-05-07 Brian Paulmesa: added _ElementSize field to gl_client_array
2009-05-07 Brian Paulmesa: use local var to make code a bit more concise
2009-05-07 Brian Paulmesa: fix/add comments
2009-05-07 Brian Paulmesa: use _mesa_sizeof_type() in vbo split code
2009-05-07 Brian Paulmesa: vbo code reformatting, clean-up, comments
2009-05-07 Brian Paulmesa: add GL_DOUBLE case in _mesa_sizeof_type()
2009-05-07 Brian Paulmesa: in vbo split code, map buffers read-only, not...
2009-05-07 Brian Paulmesa: limit number of error raised by invalid GL_TEXTUR...
2009-05-07 Brian Paul tnl: added some clip debug/print code (disabled)
2009-05-07 Brian Paulmesa: reformatting, updated comments, const-correctness
2009-05-07 Brian Paultnl: replace 0x3f with CILP_FRUSTUM_BITS
2009-05-07 Brian Pauli965: relAddr local var (to make debug/test a little...
2009-05-07 Brian PaulMerge branch 'mesa_7_5_branch'
2009-05-07 Brian Paulswrast: fix span clipping bug
2009-05-07 Brian Paulmesa: unmap buffer objects during context tear-down
2009-05-07 Eric Anholti965: Remove bad constant buffer constant-reg-already...
2009-05-07 Eric Anholtintel: Unmap buffers if needed at DeleteBuffer time.
2009-05-06 Brian Paulmesa: remove unnecessary buffer size check
2009-05-06 Brian Paulmesa: code consolidation in glDraw[Range]Elements(...
2009-05-06 Brian Paulmesa: new comments, minor reformatting
2009-05-06 Brian Paulmesa: use elementBuf local var instead of ctx->Array...
2009-05-06 Eric Anholti965: Remove the forced lack of caching for renderbuffe...
2009-05-06 Eric Anholti965: Remove _NEW_PROGRAM from brw_wm_surfaces setup...
2009-05-06 Brian Paulmesa: be smarter about allocating vert/frag program...
2009-05-06 Eric Anholti965: Split WM constant buffer update from other WM...
2009-05-06 Eric Anholti965: Disentangle VS constant surface state from WM...
2009-05-06 Eric Anholti965: Don't create constant buffers if they won't be...
2009-05-05 Brian Paulmesa: only use fallback texture when using shaders...
2009-05-05 Brian PaulRevert "mesa: only use fallback texture when using...
2009-05-05 Brian Paulmesa: only use fallback texture when using shaders...
2009-05-05 Brian Paulmesa: only use fallback texture when using shaders...
2009-05-05 Brian Paulmesa: minor simplification in enable_texture(), updated...
2009-05-05 Brian PaulMerge branch 'mesa_7_5_branch'
2009-05-05 Keith Whitwellmesa: more complete fix for transform_invarient glitches
2009-05-05 Keith Whitwellmesa/main: set PREFER_DP4 to match position_invarient...
2009-05-04 Brian Paulmesa: also print program params/constants when dumping...
2009-05-04 Brian Paulmesa: remove some unfinished/devel code
2009-05-02 Brian Paulmesa: in glReadBufer() set _NEW_BUFFERS, not _NEW_PIXEL
2009-05-02 Brian PaulMerge branch 'mesa_7_5_branch'
2009-05-02 Brian Paulst: create renderbuffer's pipe_surface in st_render_tex...
next