OSDN Git Service

android-x86/external-mesa.git
2009-08-07 Robert Ellisontests: have getprocaddress return a return code
2009-08-07 Robert Ellisonmesa: improve getprocaddress test
2009-08-07 Brian Paulst/mesa: remove redundant calls to _mesa_set_vp_override()
2009-08-07 Brian Paulprogs/xdemos: added multictx.c (multi-context rendering...
2009-08-07 Brian Paulmesa: use _mesa_set_vp_override() in glDraw/CopyPixels...
2009-08-07 Brian Paulmesa: reformat code to allow setting breakpoints on...
2009-08-07 Brian Paulglxgears: make functions static, update comments
2009-08-07 Brian Paulmesa: use _mesa_bufferobj_mapped()
2009-08-07 Brian Paulmesa: new _mesa_bufferobj_mapped() helper function
2009-08-07 Brian Paulmesa: use valid_fragment_program() helper
2009-08-07 Brian Paulmesa: test DrawBuffer, not ReadBuffer in _mesa_dest_buf...
2009-08-07 Brian Paulmesa: fix some incorrect error checks in _mesa_error_ch...
2009-08-07 Brian Paulmesa: do error checking on glCopyPixels() type parameter
2009-08-07 Brian Paulmesa: use a more logical flag in _mesa_set_vp_override()
2009-08-07 Brian Paulmesa: new _mesa_copy_client_array() function
2009-08-07 Brian Pauli965: minor context comments
2009-08-07 Brian Paulintel: minor context comments
2009-08-07 Brian Paulintel: move blit call out of assert()
2009-08-07 Brian Paulintel: fix typo: s/softare/software/
2009-08-07 Brian Paulmesa: fix comment
2009-08-07 Dave Airlieradeon: enable tiling fallbacks in 3D driver.
2009-08-07 Dave Airlieradeon span: add r200 depth/stencil span read/writing
2009-08-07 Dave Airlier200: fix scissor emission for r200 under kms
2009-08-06 Ian RomanickGL_ARB_vertex_array_bgra is (basically) a synonym for...
2009-08-06 Alan HourihaneEnsure GL_EXT_blend_equation_separate is enabled when...
2009-08-06 Chia-I Wuprogs/egl: Add xeglbindtex, really.
2009-08-06 Jakob Bornecrantzmesa: Ignores
2009-08-06 Jakob Bornecrantzi915g: Compile with scons
2009-08-06 Jakob Bornecrantzidentity: Use the correct texture
2009-08-06 Eric Anholti965: Fix source depth reg setting for FSes reading...
2009-08-05 Jakob Bornecrantzst/xorg: If we have DRI2 we should also have some sort...
2009-08-05 Jakob Bornecrantzi915g: Always run in sync with the HW
2009-08-05 Jakob Bornecrantzi915g: The i915 seems more happier with sampler domain...
2009-08-05 Jakob Bornecrantzi915g: Dirty fix for VBO module double flush assert
2009-08-05 Jakob Bornecrantzi915g: Switch to mapping the batch buffer instead of...
2009-08-05 Chia-I Wuprogs/egl: Add xeglbindtex.
2009-08-05 Chia-I Wuegl_softpipe: Add support for pbuffer binding.
2009-08-05 Chia-I Wuegl_softpipe: Flush when switching current context.
2009-08-05 Chia-I Wumesa/st: Add support for binding pipe surface to texture.
2009-08-05 Chia-I Wumesa/main: Add functions to clear and dirty texture...
2009-08-05 Brian PaulMerge branch 'mesa_7_5_branch'
2009-08-05 Brian Pauldocs:fix glBlitFramebuffer() for Gallium
2009-08-05 Brian Paulst/mesa: implement BlitFramebuffer() for depth/stencil...
2009-08-05 Brian Paulmesa: generate GL_INVALID_OPERATION for missing z/stenc...
2009-08-05 Brian Paulst/mesa: fix Y inversion and optimize st_BlitFramebuffer()
2009-08-05 Brian Paulutil: added comment/question about blit clipping
2009-08-05 Brian Paulmesa: make _mesa_clip_blit() a shared function
2009-08-05 Brian Paulutil: added util_blit_pixels() overlap test
2009-08-05 Brian Paulutil: fix util_blit_pixels() test for surface_copy...
2009-08-05 Brian Paulutil: reformatting and comments
2009-08-05 Jakob Bornecrantzst/xorg: Make it work again
2009-08-05 Jakob Bornecrantzst/egl: Create primary texture not display target
2009-08-05 Jakob Bornecrantzi915g: Treat primary textures as scanout buffers
2009-08-05 Jakob Bornecrantzi915g: Link with trace on EGL and Xorg
2009-08-05 Jakob Bornecrantztrace: Use correct texture in drm_api wrapper
2009-08-05 Jakob Bornecrantzsoftpipe: Also defere primary textures to backend
2009-08-05 Dave Airlier200: emit colorpitch
2009-08-05 Eric Anholti965: Fix dangerous warning I let slip in.
2009-08-05 Eric Anholti965: Respect CondSwizzle in OPCODE_IF.
2009-08-05 Eric Anholti965: Emit conditional code updates as required for...
2009-08-05 Eric Anholti965: Don't set pop_count in the reserved MBZ area...
2009-08-05 Eric Anholti965: Print out ELSE and ENDIF src1 arguments like...
2009-08-05 Roland Scheideggerr200: fix off-by-one errors causing 6th texture unit...
2009-08-05 Roland Scheideggerr200: fix compiler warning (unused var)
2009-08-04 Roland Scheideggerradeon: fix miptree comparison breakage
2009-08-04 Roland Scheideggerintel: implement intelCompressedTexSubImage2D
2009-08-04 Roland Scheideggertests: also test xoffset in texcompsub test
2009-08-04 Eric Anholtintel: Add support for EXT_provoking_vertex.
2009-08-04 Eric Anholti965: Spell "conditional" correctly.
2009-08-04 Eric Anholti965: Hook up the disassembler for INTEL_DEBUG={wm...
2009-08-04 Eric Anholti965: Initial import of disasm code from intel-gen4asm.
2009-08-04 Eric Anholti965: warning fix
2009-08-04 Brian Paultests/getteximage: test more texture sizes, including...
2009-08-04 Brian Paulmesa: log the shader checksum
2009-08-04 Brian Paulmesa: compute, print shader checksum
2009-08-04 Brian Paulmesa: added gl_shader::SourceChecksum field (for debug...
2009-08-04 Brian Paulmesa: added _mesa_str_checksum()
2009-08-04 Brian Paulmesa: clean-up error debug/count code
2009-08-04 Brian Paulmesa: reset ErrorDebugCount to zero in glGetString()
2009-08-04 Brian Paulmesa: better texture dump/debug code
2009-08-04 Brian Paulmesa: more error message info for vertex pointer functions
2009-08-04 Brian Paulmesa: more glGetTexImage() error checking consolidation...
2009-08-04 Eric Anholti965: Fix RECT shadow sampling by not losing the other...
2009-08-04 Brian Pauldocs: 7.5.1 bug fixes
2009-08-04 Brian Paulintel: Fix inverted test for disabling flushing of...
2009-08-04 Brian Paulintel: Wait on the last swapbuffers to complete before...
2009-08-04 Brian Paultexenv: Use VP->Current, since _Current isn't updated...
2009-08-04 Brian Paultexenv: Match state.c in deciding whether we'll be...
2009-08-04 Brian Paultexenv: Add missing dependency on VP changes.
2009-08-04 Dan Nicholsonmklib: Ensure target directory exists for library
2009-08-04 Peter HuttererAdd missing X11_INCLUDES to egl/drivers/demo and egl...
2009-08-04 Dan Nicholsonmklib: Ensure target directory exists for library
2009-08-04 Michel Dänzerr300g: Slightly saner initialization of some texture...
2009-08-04 Eric Anholti965: Assert that the offset in the VBO is below the...
2009-08-04 Eric Anholti965: Even if no VS inputs are set, still load some...
2009-08-04 Eric Anholti965: Make sure the VS URB size is big enough to fit...
2009-08-04 Eric Anholti965: Don't emit bad packets when no VBs are referenced.
2009-08-04 Eric Anholti965: Calculate enabled[] and nr_enabled once and re...
2009-08-03 Robert Ellisontypo fix
2009-08-03 Robert Ellisonmesa: fix up some GLAPI XML
next