profile/ivi/mesa.git
2009-06-03 Brian Paulmesa: added buffer object debug code (disabled)
2009-06-03 Brian Paultnl: add some floating point sanity checks (disabled)
2009-06-03 Brian Paulvbo: tweak out-of-bounds VBO access error message
2009-06-03 Ian RomanickThank you git for doing the right thing.
2009-06-03 Ian RomanickFix compiling indirect.c when GLX_DIRECT_RENDERING...
2009-06-03 Ian RomanickFast path when rebinding the same texture in single...
2009-06-03 Brian Paulst/mesa: minor clean-ups, reformatting, etc
2009-06-03 Brian Pauldocs: remove version info carried over from 7.5
2009-06-03 Brian Pauldocs: clarify GL_ARB_copy_buffer driver support
2009-06-03 Brian Paulst/mesa: implement/enable GL_ARB_copy_buffer extension
2009-06-03 Brian Paulmesa: fix error test mistake in _mesa_CopyBufferSubData()
2009-06-03 Brian Pauldocs: added GL_ARB_copy_buffer extension
2009-06-03 Brian Paulmesa: enable GL_ARB_copy_buffer for software drivers
2009-06-03 Brian Paulmesa: plug in new _mesa_CopyBufferSubData() functions
2009-06-03 Brian Paulmesa: _mesa_CopyBufferSubData() function, and driver...
2009-06-03 Brian Paulmesa: new state for GL_ARB_copy_buffer
2009-06-03 Brian Paulmesa: new CopyBufferSubData() driver hook
2009-06-03 Brian Paulglapi: regenerated files for GL_ARB_copy_buffer
2009-06-03 Brian Paulglapi: include ARB_copy_buffer.xml
2009-06-03 Brian Paulglapi: GL_ARB_copy_buffer xml info
2009-06-02 Joakim Sindholtr300-gallium: strip swtcl to the bare minimum
2009-06-02 Ian Romanickintel: Clip to window after calling Driver.TexImage2D
2009-06-02 Eric Anholti915: Don't put VBOs in graphics memory unless required...
2009-06-02 Eric Anholti965: Support OPCODE_TRUNC in the brw_wm_fp.c code.
2009-06-01 Brian PaulMerge branch 'mesa_7_5_branch'
2009-06-01 Brian Paulst/mesa: fix incorrect sprite origin when drawing to...
2009-06-01 Brian Pauldraw: reset extra_vp_outputs.slot to zero in widepoint_...
2009-06-01 Corbin Simpsonr300-gallium: Slightly hacky fix for glxgears-style...
2009-06-01 Brian Pauldemos: add missing dependencies for util files
2009-06-01 Dan NicholsonUse separate $(MINSTALL) for installing libraries
2009-06-01 Jakob Bornecrantzprogs/rbug: Add small remote debugging cli applications
2009-06-01 Jakob Bornecrantztrace/rbug: Add rbug integration for remote debugging
2009-06-01 Jakob Bornecrantzrbug: Add Gallium Remote Debugger Protocol code
2009-06-01 Jakob Bornecrantzutil: Add simple network functions
2009-06-01 José Fonsecawgl: Cleanup framebuffer destruction logic.
2009-05-31 José Fonsecawgl: Ensure we only create framebuffers for HDC associa...
2009-05-31 José Fonsecawgl: Use the right pixel format.
2009-05-31 José Fonsecawgl: Fix debugging output.
2009-05-31 José Fonsecawgl: Rename function.
2009-05-31 José Fonsecawgl: Remove unused field.
2009-05-31 José Fonsecamesa: Output warnings to debugger on Windows.
2009-05-31 José Fonsecamesa: Check/propagate return value on st_make_current.
2009-05-31 José Fonsecamesa: Add success/failures return value to _mesa_make_c...
2009-05-31 Brian PaulMerge branch 'mesa_7_5_branch'
2009-05-31 Brian PaulRevert "softpipe: fix flat shading provoking vertex...
2009-05-31 Brian Paulsoftpipe: fix incorrect provoking vertex color for...
2009-05-29 Brian Paulsoftpipe: update comments for max texture size
2009-05-29 Brian Paulsoftpipe: increase max 2D/cube texture size to 4K x 4K
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...
next