r600: fix Elts handling
[mesa.git] / src / mesa / drivers / dri /
2009-09-04 Alex Deucherr600: fix Elts handling
2009-09-03 Alex Deucherr600: rework cb/db setup
2009-09-03 Alex Deucherr600: make sure the active vertex shader bo is re-added...
2009-09-03 Brian Paulmesa: rename gl_sync_object::Status to StatusFlag
2009-09-03 Eric Anholtsavage: Fix driver build post-ARB_sync.
2009-09-03 Eric Anholts3v: Fix driver build for ARB_sync.
2009-09-03 Eric Anholtintel: Add support for ARB_sync.
2009-09-03 Ian RomanickARB sync / swrast: Use GL_ARB_sync_functions instead...
2009-09-03 Ian RomanickARB sync: Add support for GL_ARB_sync to swrast
2009-09-03 Ian RomanickEliminate trailing whitespace in extension_helper.c
2009-09-03 Ian RomanickARB sync: Regenerate files from previous commit
2009-09-03 Brian Paulintel: helper to debug bufmgr (disabled)
2009-09-03 Brian Paulmesa: change ctx->Driver.BufferData() to return GLboole...
2009-09-03 Dave Airlier600: visual depth has no meaning here.
2009-09-03 Dave Airlier600: make sure the active shader bo is re-added to...
2009-09-03 Dave Airlieradeon: pass internal format into the miptree.
2009-09-03 Dave Airlieradeon/dri2: add gl20 bits for r300/r600 just like...
2009-09-02 Eric AnholtRevert "i965: Use VBOs in the VBO module on 965, now...
2009-09-02 Eric Anholtintel: Add support for FlushMappedBufferRange for ARB_m...
2009-09-02 Eric Anholtintel: Sync a synchronized READ_BIT map buffer range...
2009-09-02 Eric Anholtintel: Move MapBufferRange mesa state setting up to...
2009-09-02 Xiang, Haihaoi965: CS FENCE in URB_FENCE is 11-bits wide
2009-09-02 Xiang, Haihaoi965: validate sf state
2009-09-01 Brian Paulintel: use _mesa_expand_bitmap() to skip an intermediat...
2009-09-01 Brian Pauldri: remove unused meta_clear_tris()
2009-09-01 Brian Paulintel: use BUFFER_BITS_COLOR
2009-09-01 Brian Paulintel: fix incorrect parameter type for intel_bufferobj...
2009-09-01 Brian Paulradeon: trim down #includes
2009-09-01 Brian Paulradeon: use _mesa_meta_clear()
2009-09-01 Brian Paulintel: set Length/Offset fields in intel_bufferobj_map()
2009-09-01 Brian Paulintel: use _mesa_meta_copy_pixels() when do_blit_copypi...
2009-09-01 Brian Paulintel: trim down #includes
2009-09-01 Brian Paulintel: use _mesa_meta_draw_pixels()
2009-09-01 Brian Paulintel: trim down #includes
2009-09-01 Brian Paulintel: use _mesa_meta_clear(), it's a bit faster
2009-09-01 Pauli Nieminenradeon: Fix OQ to set ful lstate as dirty too.
2009-09-01 Pauli Nieminenradeon: Fix debug output to filter out less critical...
2009-09-01 Dave Airlieradeon: fix r100/r200 polygon stipple under kms
2009-09-01 Dave Airlier100: fixup cubemap domains
2009-09-01 Dave Airlier200: emit cube for kms correctly + fix tex emit reset
2009-09-01 Dave Airlier300/compiler: fix warning due to no newline
2009-09-01 Dave Airlier200: emit max vtx info for index buffer.
2009-08-31 Pauli Nieminenradeon: Fix null pointer reference in debug system...
2009-08-31 Pauli Nieminenr600: Add more trace debug output to rendering pipeline.
2009-08-31 Pauli Nieminenradeon: Add support for indenting debug output.
2009-08-31 Pauli Nieminenradeon: Add comment warning about not choosing critical...
2009-08-31 Pauli Nieminenradeon: Change default debug level to verbose.
2009-08-31 Pauli Nieminenr300: Convert to shared debug code.
2009-08-31 Pauli Nieminenr200: Convert r200 to use new style debug code.
2009-08-31 Pauli Nieminenr600: Convert to shared debug code and add a few new...
2009-08-31 Pauli Nieminenradeon: Make OQ to use new style debugging.
2009-08-31 Pauli Nieminenradeon: Add gcc attribute to enable pritnf format warnings.
2009-08-31 Pauli Nieminenr100: Use shared debug code.
2009-08-31 Pauli Nieminenradeon: Add common debugging functions.
2009-08-31 Alex Deucherr600: add missing r7xx pci id
2009-08-31 Brian Paulintel: clear buffer fields in intel_bufferobj_unmap()
2009-08-30 Brian Paulintel: use more efficient loop over buffers
2009-08-30 Michel DänzerMerge branch 'mesa_7_5_branch'
2009-08-29 Eric Anholti965: Fix segfault with ARB_oq CheckQuery when results...
2009-08-29 Eric Anholti965: Support PROGRAM_ENV_PARAMs in brw_vs_emit.c
2009-08-29 Pauli Nieminenr300: Disable threshold register for KMS.
2009-08-29 Pauli Nieminenr300: Swtcl prediction was still missing scissors.
2009-08-29 Pauli Nieminenr300: Add missing pre_emit_count to swtcl state size...
2009-08-28 Eric Anholti965: Use VBOs in the VBO module on 965, now that we...
2009-08-28 Eric Anholtintel: Add support for GL_ARB_map_buffer_range.
2009-08-28 Eric Anholti965: Implement ARB_oq CheckQuery in the intended way.
2009-08-28 Pauli Nieminenradeon: Fix swtcl emit pediction.
2009-08-28 Pauli Nieminenradeon: Fix scissors for dri1.
2009-08-28 Pauli Nieminenr100/r200: Bring back old PolygonStripple for DRI1.
2009-08-28 Pauli Nieminenr100/r200: Share PolygonStripple code.
2009-08-28 Pauli Nieminenr200: Fix piglit paths test.
2009-08-28 Dave Airlier600: fix scissor also.
2009-08-28 Dave Airlieradeon: fix scissors harder.
2009-08-28 Eric Anholtintel: Add support for ARB_copy_buffer.
2009-08-27 Pauli Nieminenr300: Fix emit prediction to account scissor emitting...
2009-08-27 Brian PaulMerge branch 'mesa_7_5_branch'
2009-08-27 Eric Anholti915: Fix undefined symbol as of eabe12df44a41e97fb5736...
2009-08-27 Nicolai Hähnler300: Cleanup reported native program limits
2009-08-27 Nicolai Hähnler300: Debug messages are written to stderr, so fflush...
2009-08-27 Pauli Nieminenradeon/r200/r300: Fix swtcl prediction to work after...
2009-08-27 Brian PaulMerge branch 'mesa_7_5_branch'
2009-08-27 Dave Airlieradeon: fix scissor calcs.
2009-08-27 Ian Romanicki965: Increase assmebly shader program parameter limits
2009-08-27 Ian RomanickARB prog: Change handling of program parameter limits
2009-08-27 Dave Airlieradeon: fix max indx/vertex emission due to state checker
2009-08-26 Nicolai Hähnler300/compiler: Fix vertex program MAD emit
2009-08-26 Nicolai Hähnler300/compiler: Fix bug in rc_find_free_temporary
2009-08-26 Pauli NieminenMerge branch 'fix_r300_swtcl' into push_master
2009-08-26 Pauli Nieminenradeon: Fix loop en condition so debug output doesn...
2009-08-26 Pauli Nieminenradeon: Make RADEON_CMDBUF more fine grained.
2009-08-26 Pauli Nieminenradeon/r200/r300: Fix swtcl flushing not to invalidate...
2009-08-26 Brian PaulMerge branch 'mesa_7_5_branch'
2009-08-26 Brian Pauli965: init the tex_units_used field
2009-08-26 Brian Pauli965: fix incorrect tex unit in emit_tex() and emit_txb()
2009-08-26 Brian Pauli965: clean-up tex target switches
2009-08-26 Brian Pauli965: added texture unit sanity check
2009-08-26 Brian Pauli965: keep track of which texture units the fragment...
2009-08-26 Brian Pauli965: clean up texture target switches
2009-08-26 Brian PaulMerge branch 'mesa_7_5_branch'
2009-08-26 Alex Deucherr600: fix two sided stencil
next