OSDN Git Service

android-x86/external-mesa.git
2009-03-03 José FonsecaMerge commit 'origin/gallium-0.1'
2009-03-03 José Fonsecapipebuffer: Cleanup merge.
2009-03-03 Keith Whitwellwinsys: return null for DONTBLOCK flag on existing...
2009-03-03 Keith Whitwellpb: fix up merge mistakes
2009-03-03 José Fonsecapipebuffer: Fix copy'n'paste typo.
2009-03-03 Keith WhitwellMerge commit 'origin/gallium-0.1'
2009-03-03 Keith Whitwellvbo: missing line from previous commit
2009-03-03 Keith Whitwellmesa/st: implement MapBufferRange callback
2009-03-03 Keith Whitwellvbo: use MapBufferRange where available
2009-03-03 Keith Whitwellmesa: add MapBufferRange driver callbacks
2009-03-03 Keith Whitwellmesa: Add BeginVertices driver call
2009-03-03 Jakob Bornecrantzintel: Add Xorg driver
2009-03-03 Jakob Bornecrantzintel: Add dri2 driver for gallium
2009-03-03 Jakob Bornecrantzst/xorg: Add Xorg state tracker
2009-03-03 Jakob Bornecrantzst/dri2: Add DRI2 a state tracker
2009-03-03 Jakob Bornecrantzintel: Increase max relocs per batchbuffer
2009-03-03 Brian Paulmesa: save some useful VBO debug/dump code (disabled)
2009-03-03 Brian Paulmesa: more tex image debug/dumping code
2009-03-03 Brian Paulmesa: comments and code documenting a bug with depth...
2009-03-02 Brian Paulmesa: move call to update_texture_compare_function()
2009-03-02 Brian Paulmesa: fix texture enable regression
2009-03-02 Brian Paulmesa: use _mesa_reference_texobj() when setting texUnit...
2009-03-02 Brian Paulmesa: don't draw arrays if vertex position array is...
2009-03-02 Brian Paulgallium: only enable depth test if a depth bufffer...
2009-03-02 Brian Paulmesa: remove warning/short-circuit of stencil enable...
2009-03-02 Brian Paulmesa: use Stencil._Enabled field instead of Stencil...
2009-03-02 Brian Paulmesa: add ctx->Stencil._Enabled field
2009-03-02 Younes Mantonnouveau: Grab correct surface from temp texture for...
2009-03-02 Younes Mantong3dvl: Grab surface pointer when flushing front buffer...
2009-03-02 Brian Paulswrast: use _EnabledCoordUnits for fixed-function texturing
2009-03-02 Brian Paulmesa: fixed computation of _EnabledCoordUnits
2009-03-02 José Fonsecapipebuffer: Cleanup code & comments.
2009-03-02 José Fonsecapipebuffer: Handle PIPE_BUFFER_USAGE_DONTBLOCK flag.
2009-03-02 José Fonsecagallium: New PIPE_BUFFER_USAGE_DONTBLOCK flag.
2009-03-02 José Fonsecapipebuffer: Wait for the GPU to finish reading too.
2009-03-02 José Fonsecapipebuffer: Remove unused var.
2009-03-02 Brian Paulmesa: clarify comments for per-unit texture bitfields
2009-03-02 Brian Paulmesa: move texture_override() code into calling loop
2009-03-02 Brian Paulmesa: move update_texture_compare_function() call out...
2009-03-02 Brian Paulmesa: remove unused AUX buffers
2009-03-02 Brian Paulmesa: remove VF_SOURCES, simplify MATH_XFORM_SOURCES
2009-03-02 Corbin Simpsonr300-gallium: Clean up casts and indents.
2009-03-02 Corbin Simpsonr300-gallium: Split off invariant state.
2009-02-28 Corbin Simpsonr300-gallium: Add RADEON_NO_TCL debugging option.
2009-02-28 Corbin Simpsonr300-gallium: Fix register count.
2009-02-28 Corbin Simpsonr300-gallium: Fix hardlocks on trivial/clear.
2009-02-28 Corbin Simpsonr300-gallium: Use rs_state emit for r300_surface, move...
2009-02-28 Corbin Simpsonr300-gallium: Move maths from r300_state to r300_state_...
2009-02-28 Brian Paulmesa: just re-order some parts and update comments...
2009-02-28 Brian Paulmesa: rename, reorder FRAG_RESULT_x tokens
2009-02-28 Brian Paulmesa: add gallium state tracker sources to ALL_SOURCES
2009-02-28 Brian Paulmesa: convert some #defines to enums
2009-02-28 Brian Pauldemos: add progs/glsl/shadow_sampler.c to test GLSL...
2009-02-28 Brian Paulmesa: move _GenFlags = 0x0 to texgen loop
2009-02-28 Brian Paulmesa: use fp pointer in _tnl_InvalidateState()
2009-02-28 Joakim Sindholtmesa: fix remaining FEEDBACK_TOKEN macros
2009-02-28 Corbin Simpsonr300-gallium: Cleanup color formats.
2009-02-28 Corbin Simpsonr300-gallium: Be more Gallium-ish in some of the math.
2009-02-28 Corbin Simpsonr300-gallium: Move all state translators to r300_state_...
2009-02-28 Brian Paulmesa: move #include "bitset.h" out of mtypes.h - not...
2009-02-28 Brian Paulmesa: add a prototype to silence warnings
2009-02-28 David Millermesa: Sparc's IROUND() optimization is invalid.
2009-02-28 Brian Paulmesa: move GLfixed type and related macros to swrast...
2009-02-28 Brian Paulmesa: convert macro to inline function
2009-02-28 Brian Paulmesa: replace FEEDBACK_TOKEN macro with _mesa_feedback_...
2009-02-28 Brian Paulmesa: comments, whitespace, reformatting
2009-02-28 Brian Paulmesa: remove dead code
2009-02-28 Brian Paulmesa: move gl_attrib_node struct to attrib.c too
2009-02-28 Brian Paulmesa: move gl_enable_attrib struct to attrib.c, the...
2009-02-28 Brian Paulmesa: lots of updated comments, formatting clean-ups
2009-02-28 Corbin Simpsonr300-gallium: A handful of fixups.
2009-02-28 Corbin Simpsonr300-gallium: Fix C99 error.
2009-02-28 Corbin Simpsonr300-gallium: Fix RS.
2009-02-28 Michal Kroltgsi: More descriptive sanity diagnostic messages.
2009-02-28 Michal Kroltgsi: More descriptive sanity diagnostic messages.
2009-02-27 Brian Pauldemos: fix renderbuffer leak in progs/tests/fbotexture.c
2009-02-27 Brian Paulintel: remove some unneeded buffer unmap calls
2009-02-27 Brian Paulmesa: update fragResults array in arb_output_attrib_str...
2009-02-27 Corbin Simpsonr300-gallium: Properly split up RS into r300 and r500...
2009-02-27 Corbin Simpsonradeon: Add DRM stubs.
2009-02-27 Corbin SimpsonInclude p_compiler.h in drm_api.h for boolean typedef.
2009-02-27 Corbin Simpsonr300-gallium: Turn true and false into TRUE and FALSE.
2009-02-27 Brian Paulmesa: set bufObj->Pointer = NULL after unmapping
2009-02-27 Brian Paulmesa: if a buffer object is mapped when glDeleteBuffers...
2009-02-27 Brian Paulmesa: updated comments
2009-02-27 Brian Paulmesa: fix incorrect error handling in glBufferDataARB()
2009-02-27 Shaohua Lii915: Add support for a new G33-like chipset.
2009-02-27 Keith Whitwelltgsi: don't dump interpolation info except for fragment...
2009-02-27 Brian Paultests: new mapvbo.c test
2009-02-27 Corbin Simpsonr300-gallium: Add RS block setup.
2009-02-27 Corbin Simpsonr300-gallium: Add RS600 chipsets.
2009-02-27 Corbin Simpsonr300-gallium: A handful of tiny vfmt fixups.
2009-02-27 Robert Ellisoni965: texture fixes: bordered textures, fallback rendering
2009-02-27 Brian Paulgallium: fix state tracker's stencil buffer test
2009-02-27 Brian Paulgallium: add st_validate_framebuffer() driver function
2009-02-27 Keith Whitwellutil: set vbuf.max_index in draw_vertex_buffer()
2009-02-27 Keith Whitwellsoftpipe: add dumping of post-tranfsormed vertices...
2009-02-27 David Millermesa: Fix and re-enable sparc normal asm.
2009-02-27 David Millermesa: Fix Sparc cliptest asm code and re-enable.
2009-02-27 Jakob Bornecrantzintel: Use flink for global buffer ids
next