Merge remote branch 'origin/master' into radeon-rewrite
[mesa.git] / src / mesa /
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 Brian Paulst: report GL_OUT_OF_MEMORY instead of asserting
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é 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 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 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 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 Thomas Hellstromgallium: Create OGL state tracker wrappers for various...
2009-04-17 Brian PaulMerge branch 'register-negate'
2009-04-17 Maciej Cencorar300: we always want non NDC coords format for swtcl
2009-04-17 Maciej Cencorar300: cleanup frag prog setup a little
2009-04-17 Maciej Cencorar300: update r500 path for reordered WPOS and FOG fp...
2009-04-16 Eric Anholti915: Remove dead i830TexEnv and i915TexEnv.
2009-04-16 Eric Anholtintel: Add support for argb1555, argb4444 FBOs and...
2009-04-16 Brian Pauli965: disable using immediate values for MOV instructions
2009-04-16 Brian Pauli965: minor debug output changes
2009-04-16 Brian Pauli965: const buffer debug code (disabled)
2009-04-16 Brian Pauli965: implement relative addressing for VS constant...
2009-04-16 Brian Pauli965: handle address reg in get_dst()
2009-04-16 Brian Pauli965: fix const buffer temp register clobbering
2009-04-16 Lars Henning Wendtmesa: fix bad mask bit in clip plane restore code for...
2009-04-16 Roland Scheideggerintel: fix small compressed texture upload
2009-04-16 Keith Whitwellvbo: cache last dlist vertex in malloced memory
2009-04-16 José FonsecaMerge branch 'gallium-s3tc'
2009-04-16 Dave Airliedri: attempt to actually refcount the __DRIDrawable
2009-04-16 Dave Airlieradeon: take a bo reference when adding to validate...
2009-04-15 Brian Paulst: remove XXX comment
2009-04-15 Brian Paulst: check for fast memcpy path in decompress_with_blit()
2009-04-15 Brian Paulst: st_equal_formats() function to compare gallium...
2009-04-15 Brian Paulst: decompress_with_blit() path for glGetTexImage().
2009-04-15 Thomas Hellstromgallium: Make sure we flush before some texture / buffe...
2009-04-15 Eric Anholti965: Clean up output of WM SS state dump, and add...
2009-04-15 Eric Anholti915: Use DEBUG_WM (like 965) for printing the fragment...
2009-04-15 Eric Anholti915: Add decode of dest buffer variables (destination...
2009-04-15 Eric Anholtmesa: Update texenv program when _NEW_ARRAYS is updated...
2009-04-15 Eric Anholtintel: Fix segfault when doing SW mipmap generation...
2009-04-15 José Fonsecamesa: TGSI translation of multiple render targets.
2009-04-15 Brian Paulmesa: merge the prog_src_register::NegateBase and Negat...
2009-04-15 Brian Paulmesa: remove unused matrixType param from ctx->Driver...
2009-04-15 Brian Paulmesa: move #define for GL_PROGRAM_BINARY_LENGTH_OES
2009-04-15 Brian Paulmesa: remove NV vertex/fragment program print/debug...
2009-04-15 Brian Paulmesa: use standard offsetof() macro
2009-04-14 Brian Pauli965: fix VS constant buffer reads
2009-04-14 José Fonsecamesa: Fix gcc assembly enable logic.
2009-04-14 Ian RomanickDRI2: Don't fault on NULL DrawBuffer
2009-04-14 Brian Pauli965: checkpoint commit: VS constant buffers
2009-04-14 Younes Mantondri glx: Swap before checking for cliprects.
2009-04-12 Jerome Glisser200: fix texture level for compiz case
2009-04-12 Jerome Glisser200: validate vertex buffer
2009-04-12 Jerome Glisseradeon: emit scissor when using cs path
2009-04-10 Brian Pauli965: remove unused var
2009-04-10 Brian Pauli965: clean-up in prepare_wm_surfaces()
2009-04-10 Brian Paulmesa: reduce makefile output
2009-04-10 Brian Pauli965: added null const_buffer pointer check in update_c...
2009-04-10 Brian Paulintel: added screen->dri2.loader null pointer check...
2009-04-10 Brian Paulgallium: remove pipe_texture::compressed field
2009-04-10 Brian Paulswrast: remove some unneeded CHAN_TYPE!=GL_FLOAT code
2009-04-10 Brian Pauli965: re-org of some of the new constant buffer code
2009-04-09 Brian Pauli965: new SURF_INDEX_ macros
2009-04-09 Ian Romanickintel / DRI2: Accept fake front-buffer from loader
2009-04-09 Ian Romanickintel / DRI2: Track and flush front-buffer rendering
next