r200: fix cubic emission.
[mesa.git] / src /
2009-05-06 Dave Airlier200: fix cubic emission.
2009-05-05 Roland Scheideggerr200: fix some cube map issues
2009-05-05 Roland Scheideggerr200: fix another section size mismatch
2009-05-05 Roland Scheideggerr200: fix CS section size mismatch (bug 21565)
2009-05-05 Dave Airlieradeon/r200: enable all the optional drm support bits
2009-05-04 Maciej Cencorar300: set proper texture row alignment for IGP chips
2009-04-28 Alex DeucherR300: add quadpipe overrides
2009-04-28 Dave Airlieradeno: cleanup the startup path further
2009-04-28 Dave Airlieradeon: further cleanup dri1 screen init
2009-04-28 Dave Airlier300: remove unused debugging in set tex buffer paths
2009-04-28 Dave Airlieradeon: remove kernel mm, dri2 path takes care of it
2009-04-27 Maciej Cencorar300: fix fragment program limits
2009-04-27 Maciej Cencorar300: fallback only if stencil test is enabled
2009-04-27 Maciej Cencorar300: do front/back color selection in HW for software...
2009-04-27 Maciej Cencorar300: fix valgrind warnings
2009-04-27 Maciej Cencorar300: fix point size clamping when point is not attenuated
2009-04-27 Maciej Cencorar300: fix performance regression
2009-04-27 Maciej Cencorar300: add point attenuation stage for TCL fallbacks
2009-04-27 Maciej Cencorar300: always route 4 texcoord components to RS
2009-04-27 Maciej Cencorar300: flush stdout to get consistent debugging info
2009-04-27 Maciej Cencorar300: add atom print function for kernel mm path
2009-04-27 Maciej Cencorar300: handle texcoords properly
2009-04-27 Maciej Cencorar300: remove unnecessary function calls
2009-04-27 Maciej Cencorar300: rename state
2009-04-27 Maciej Cencorar300: remove unnecessary function calls
2009-04-24 Jerome Glisser300: fix cliprect values
2009-04-24 Jerome Glisser300: emit cliprect when in dri2 mode
2009-04-22 Dave AirlieMerge remote branch 'origin/master' into radeon-rewrite
2009-04-22 Thomas Hellstromgallium: Reinstate unconditional flushes.
2009-04-22 Keith Whitwellmesa: protect driver.flush() with FLUSH_CURRENT
2009-04-21 Brian Paulst: play it safe for now and check _NEW_PROGRAM for...
2009-04-21 Brian Paulswrast: simplify state update logic for fragment shader...
2009-04-21 Brian Paulst: use the static atoms[] array directly
2009-04-21 Brian Paulst: do away with dynamic state atom for const buffers
2009-04-21 Brian Paulmesa: new _NEW_PROGRAM_CONSTANTS flag
2009-04-21 Brian Paulmesa: print internal.current[i] attrib
2009-04-21 Brian Paulmesa: print parameter list dirty state flag mask
2009-04-21 Brian Pauli965: const correctness
2009-04-21 Maciej Cencorar300: r300 hw doesn't support any input modifiers in...
2009-04-21 Mathias Gottschlagr300-gallium: Fix CS size mismatch
2009-04-21 Brian Paulst: report GL_OUT_OF_MEMORY instead of asserting
2009-04-20 Brian Paulsoftpipe: fix softpipe_is_buffer/texture_referenced...
2009-04-20 Brian Paulswrast: fix pointer arithmetic error in get_texel_array()
2009-04-20 José Fonsecagdi: Don't implement broken gl_dispatch_stub_xxx.
2009-04-20 José Fonsecawgl: Don't implement broken gl_dispatch_stub_xxx.
2009-04-20 José Fonsecamesa: Correct the gl_dispatch_stub_xxx prototypes.
2009-04-20 José Fonsecamesa: Handle failure to create a transfer.
2009-04-20 Keith Whitwellst: assert on pipe_buffer_create failure
2009-04-20 Keith Whitwellutil: don't set unused blend state
2009-04-20 Jakob Bornecrantztrace: Add initializer for static variables
2009-04-20 Maciej Cencorar300: fix register-negate branch merge regression
2009-04-20 Michel Dänzergallium: Fix glDraw/CopyPixels fragment program leak.
2009-04-19 Maciej Cencorar300: fix missing function declaration
2009-04-19 Maciej Cencorar300: revert part of cb4bef7ae0b5fe8de82c380bc98f190673...
2009-04-19 Jakob Bornecrantztrace: Enable dumping to be turned on and off
2009-04-19 Jakob Bornecrantzst: Wait to create bitmap transfer until needed
2009-04-19 Maciej Cencorar300: cleanup includes
2009-04-19 Maciej Cencorar300: move common fp functions to seperate file
2009-04-19 Maciej Cencorar300: more r300/r500 unification
2009-04-19 Maciej Cencorar300: more prepare for merge
2009-04-19 Maciej Cencorar300: further r300/r500 merge preparation
2009-04-19 Maciej Cencorar300: merge r300/r500 fragment program compiler structure
2009-04-19 Maciej Cencorar300: merge r300/r500 fragment program structures
2009-04-19 Maciej Cencorar300: r300/r500 fp shader merge WIP
2009-04-19 Maciej Cencorar300: general cleanup
2009-04-19 Maciej Cencorar300: remove unnecessary forward function declaration
2009-04-19 Maciej Cencorar300: context creation cleanup
2009-04-19 Dave Airlieradeon: update clear state with latest intel code
2009-04-18 José Fonsecasoftpipe: Simplify softpipe_create's prototype.
2009-04-18 José Fonsecasoftpipe: Fix softpipe_is_texture_referenced prototype.
2009-04-18 José Fonsecasoftpipe: Remove softpipe_winsys.
2009-04-18 Brian Pauli965: use region width, height in brw_update_renderbuff...
2009-04-18 Brian Paulintel: #include polygon.h to silence warning
2009-04-18 Brian Paulmesa: add switch case for GL_VERTEX_STATE_PROGRAM_NV...
2009-04-18 Michel Dänzerintel: Handle ARB_vertex_buffer_object state in intel_c...
2009-04-17 Brian Paulintel: make sure polygon mode is set properly in intel_...
2009-04-17 Brian Paulmesa: suppress extra newline
2009-04-17 Brian Pauli915: fix broken indirect constant buffer reads
2009-04-17 Brian Paulmesa: build a float[4] value in _mesa_add_sampler(...
2009-04-17 Brian Pauldri: __driUtilMessage(): not all messages are errors
2009-04-17 Brian Paulmesa: minor tweak to error message
2009-04-17 Brian Pauli965: updated CURBE allocation code
2009-04-17 Jakob Bornecrantzxlib/trace: Fixup xlib trace
2009-04-17 José Fonsecapipe: Get the p_atomic_dec_zero logic right this time.
2009-04-17 Michel Dänzergallium: Fix PIPE_ATOMIC_GCC_INTRINSIC build.
2009-04-17 Jakob Bornecrantztrace: Keep screen objects on lists
2009-04-17 Jakob Bornecrantztrace: Fix is_referenced functions
2009-04-17 Jakob Bornecrantztrace: Simplify trace_buffer function
2009-04-17 José Fonsecapipe: Fix InterlockedDecrement usage.
2009-04-17 José Fonsecawgl: Put commas in the right places.
2009-04-17 José Fonsecawgl: Flip the pixel format order.
2009-04-17 Thomas Hellstromgallium: Create OGL state tracker wrappers for various...
2009-04-17 Zack Rusinegl: don't crash with one more khronos api
2009-04-17 Keith Whitwellgallium: simplify further the logic for selecting mutex...
2009-04-17 Keith Whitwellutil: flush stdout before emitting debug_printf on...
2009-04-17 Keith Whitwellgallium: add #warning to mutex-based atomic implementation
2009-04-17 José Fonsecapython/retrace: Rename module as it conflicts with...
2009-04-17 Brian PaulMerge branch 'register-negate'
2009-04-17 Alan Coopersmithegl/main/Makefile: Add dependency of install target...
2009-04-17 Maciej Cencorar300: we always want non NDC coords format for swtcl
next