mesa.git
2009-06-03 Brian Paultnl: fix first provoking vertex bug for line loops
2009-06-02 Brian Pauldocs: implemented GL_EXT_provoking_vertex
2009-06-02 Brian Paulmesa: enable GL_EXT_provoking_vertex for sw drivers
2009-06-02 Brian Paultnl: implement GL_EXT_provoking_vertex
2009-05-28 Brian Paulst: set pipe_rasterizer_state::flatshade_first accordin...
2009-05-28 Brian Paulmesa: glGet queries for GL_EXT_provoking_vertex
2009-05-28 Brian Paulmesa: exec/dlist functions for glProvokingVertexEXT()
2009-05-28 Brian Paulmesa: data structure updates for GL_EXT_provoking_vertex
2009-05-28 Brian Paulmesa: regenerated enums for GL_EXT_provoking_vertex
2009-05-28 Brian Paulmesa: regenerated API files for GL_EXT_provoking_vertex
2009-05-28 Brian Paulmesa: GL API changes for GL_EXT_provoking_vertex
2009-05-28 Corbin Simpsonr300-gallium, radeon-gallium: Make add_buffer indicate...
2009-05-28 Ben Skeggsnv50: some mipmapping fixes
2009-05-28 Christoph Bumillernv50: negate sources directly where supported
2009-05-28 Christoph Bumillernv50: introduce emit_cvt and use it
2009-05-28 Christoph Bumillernv50: fix TXP
2009-05-28 Christoph Bumillernv50: use multiple constant buffers
2009-05-28 Christoph Bumillernv50: don't look for unfreed temps in free_nv50_pc
2009-05-28 Christoph Bumillernv50: release hw TEMPs early
2009-05-28 Christoph Bumillernv50: allow immediates for MOV, ADD and MUL
2009-05-28 Christoph Bumillernv50: enable half insns for MOV and MUL
2009-05-28 Christoph Bumillernv50: make sure half-long insns are paired
2009-05-28 Christoph Bumillernv50: enable KIL in register 19a8
2009-05-28 Christoph Bumillernv50: don't overwrite sources before they're used
2009-05-28 Christoph Bumillernv50: put FP outputs where they belong
2009-05-28 Christoph Bumillernv50: modified FP attribute loading
2009-05-28 Christoph Bumillernv50: inspect decl semantic and interpolation mode
2009-05-28 Christoph Bumillernv50: record last access to temp and attr regs
2009-05-28 Christoph Bumillernv50: save some space in immediate buffer
2009-05-28 Christoph Bumillernv50: fix SIGN_SET case in tgsi_src
2009-05-28 Christoph Bumillernv50: set dst.z,w to 0,1 in SCS and XPD
2009-05-28 Christoph Bumillernv50: make LRP instruction nicer
2009-05-28 Christoph Bumillernv50: fix some memory leaks in shader assembler
2009-05-28 Ben Skeggsnouveau: explicitly request mappable buffers for the...
2009-05-28 Mike Kaplinksiydraw: Fix assertion failure at fetch_emit_prepare
2009-05-28 Brian Pauldemos: remove some old debug/test code
2009-05-28 Brian Paulsoftpipe: comments
2009-05-28 Brian Paulsoftpipe: include sp_winsys.h to silence warning (unpro...
2009-05-28 Brian Paulsoftpipe: fix flat shading provoking vertex for PIPE_PR...
2009-05-28 Brian Paulst/mesa: init Format field of vertex arrays for feedbac...
2009-05-27 Eric Anholti915: Fall back on NPOT textured metaops on 830-class.
2009-05-27 Eric Anholti915: Restore the Viewport and DepthRange functions...
2009-05-26 Chris Wilsonintel: Override MaxRenderbufferSize with hardware const...
2009-05-22 Brian Paulmesa: fix warning message in vbo_exec_DrawRangeElements()
2009-05-22 Brian Paulmesa: add missing update_min() call in update_arrays()
2009-05-22 Brian Paulmesa: reduce gl_array_object::VertexAttrib[] array...
2009-05-22 Brian Paulmesa: use Elements() for loop limit
2009-05-22 Brian Paulmesa: use Elements() for loop limit
2009-05-22 Brian Paulmesa: use Elements() for loop limit
2009-05-22 Brian Paulmesa: use Elements() for loop limit
2009-05-22 Brian Paulmesa: use Elements() for loop limit
2009-05-22 Brian Paulmesa: simplify adjust_buffer_object_ref_counts()
2009-05-22 Brian Paulmesa: minor code clean-up
2009-05-22 Brian Paulmesa: use Elements() for loop limit
2009-05-22 Brian Paulvbo: s/32/VERT_ATTRIB_MAX/
2009-05-22 Brian Paulmesa: use Elements() for loop bound
2009-05-22 Brian Paulmesa: minor code simplification
2009-05-22 Brian PaulMerge branch 'mesa_7_5_branch'
2009-05-22 Brian Paulmesa: fix loop over generic attribs in update_arrays()
2009-05-22 Brian Paulvbo: asst. reformatting, clean-ups
2009-05-22 Brian PaulMerge branch 'mesa_7_5_branch'
2009-05-22 Brian Paulvbo: fix crash in vbo_exec_bind_arrays()
2009-05-22 Brian Pauldemos: extend glsl/multitex.c to use a vertex buffer...
2009-05-22 Brian Pauldemos/util: add funcs for GL_ARB_buffer_object
2009-05-22 Brian Pauldemos: fix multitex.c VertCoord attribute mapping
2009-05-22 Brian PaulMerge branch 'mesa_7_5_branch'
2009-05-22 Brian Paulmesa: allow GL_BITMAP type in _mesa_image_image_stride()
2009-05-22 Brian Paulmesa: added some assertions
2009-05-22 Brian Paulmesa: use Elements() macro to limit loops instead of...
2009-05-22 Brian Paulmesa: remove MAX_VERTEX_PROGRAM_ATTRIBS
2009-05-22 Brian Paulmesa: rename MAX_VERTEX_ATTRIBS to MAX_VERTEX_GENERIC_A...
2009-05-22 Brian Paulmesa: s/MAX_VERTEX_PROGRAM_ATTRIBS/MAX_NV_VERTEX_PROGRA...
2009-05-22 Brian Paulmesa: added comment
2009-05-22 Brian Paulmesa: add missing glGet*() case for GL_VERTEX_ARRAY_BIN...
2009-05-21 Brian Paulvbo: fix build breakage...oops
2009-05-21 Brian Paulvbo: comments, whitespace clean-ups
2009-05-21 Brian Paulmesa: s/MAX_VERTEX_PROGRAM_ATTRIBS/MAX_NV_VERTEX_PROGRA...
2009-05-21 Brian PaulMerge branch 'mesa_7_5_branch'
2009-05-21 Brian Paulvbo: fix incorrect loop limit in bind_array_obj()
2009-05-21 Brian Paulmesa: use MAX_ values instead of literals
2009-05-21 Brian Paulmesa: freshen comments for update_array()
2009-05-21 Brian Paulmesa: minor code simplification in _mesa_GetVertexAttri...
2009-05-21 Brian Paulmesa: comment for _mesa_GetVertexAttribfvARB()
2009-05-21 Brian Paulmesa: minor code simplification in _mesa_GetVertexAttri...
2009-05-21 Brian Paulmesa: remove const qualifier
2009-05-21 Brian Paulmesa: VertexAttribPointer comments
2009-05-21 Brian Paulmesa: call _mesa_update_array_object_max_element()...
2009-05-21 Brian Paulmesa: added gl_array_object::Weight array field
2009-05-21 Brian Paulmesa: check FEATURE_point_size_array for PointSize...
2009-05-21 Brian Paulmesa: fix some potential state-restore issues in pop_te...
2009-05-21 Brian Paulmesa: new _mesa_update_array_object_max_element() function
2009-05-21 Brian Paulvbo: return VP_NONE from get_program_mode() if running...
2009-05-21 Brian Paulvbo: move vp_mode enum to vbo_exec.h, use enum instead...
2009-05-21 Eric Anholti965: fix whitespace in brw_tex_layout.c
2009-05-21 Eric Anholti956: Make state dependency of SF on drawbuffer bounds...
2009-05-21 Eric Anholtintel: Fall back on any rendering to texture with no...
2009-05-21 Eric Anholtintel: Mark the FBO as incomplete if there's no intel_r...
2009-05-21 Eric Anholtintel: Don't segfault on glGenerateMipmaps of a cube...
2009-05-21 Eric Anholtintel: Use _mesa_CheckFramebufferStatusEXT insteaad...
2009-05-21 Brian Paulmesa: added debug functions for dumping color/depth...
next