intel: Don't _mesa_problem when asked for an RB of a texturing-only type.
[mesa.git] / src / mesa /
2011-11-09 Eric Anholtintel: Don't _mesa_problem when asked for an RB of...
2011-11-09 Paul Berryr200: remove dangling radeon.h symlink.
2011-11-09 Paul Berryglsl: Assign transform feedback varying slots in linker.
2011-11-09 José Fonsecamesa,glsl,mapi: Put extern "C" { ... } where appropriate.
2011-11-09 José Fonsecascons: Don't list m_xform.c twice.
2011-11-08 Brian Paulmesa: fix signed/unsigned integer comparison warnings
2011-11-08 Ian Romanickmesa: Implement glGetFragDataLocation
2011-11-08 Ian Romanicklinker: Use app-specified fragment data location during...
2011-11-08 Ian Romanickmesa: Stub implementation of glBindFragDataLocation
2011-11-08 Vinson Leest/mesa: Fix memory leak on error path.
2011-11-07 Brian Paulmesa: remove prog_uniform.c from SConscript
2011-11-07 Ian RomanickDelete code made dead by previous uniform related patches
2011-11-07 Ian Romanickmesa: Add missing check for glUniform*v count > 1 on...
2011-11-07 Ian Romanickmesa: Rewrite the way uniforms are tracked and handled
2011-11-07 Ian Romanicki965: Move _mesa_ir_link_shader call before device...
2011-11-07 Ian Romanickmesa: Add log_uniform and log_program_parameters to...
2011-11-07 Ian Romanickir_to_mesa: Add _mesa_associate_uniform_storage
2011-11-07 Ian Romanickmesa: Add _mesa_uniform_{attach,detach_all}_driver_stor...
2011-11-07 Ian Romanickmesa: Add _mesa_propagate_uniforms_to_driver_storage
2011-11-07 Ian Romanickmesa: Add structures for "new style" uniform tracking...
2011-11-07 Ian Romanickmesa: Move most of uniforms.c to uniform_query.cpp
2011-11-07 Ian Romanickmesa: Refactor parameter validate for GetUniform, Unifo...
2011-11-07 Ian Romanickmesa: Move {split,merge}_location_offset to uniforms.h
2011-11-07 Ian Romanickmesa: Make get_uniform available outside compilation...
2011-11-07 Ian Romanickmesa: Move the link check from _mesa_get_uniform_locati...
2011-11-07 Ian Romanickmesa: Add string_to_uint_map::clear method to clear...
2011-11-07 Ian Romanickmesa: Fix error generation for glClearBuffer{i ui}v...
2011-11-07 Brian Paulmesa: fix the selection of soft renderbuffer color...
2011-11-07 Brian Paulmesa: remove unneeded soft renderbuffer format-setting...
2011-11-07 Brian Paulmesa: fix comment typo in intel_renderbuffer
2011-11-07 Brian Paulintel: update intel_texture_image comment
2011-11-07 Brian Paulintel: wrap comment and fix typo
2011-11-07 Brian Paulst/mesa: first implementation of Map/UnmapRenderbuffer()
2011-11-07 Brian Paulxlib: implement renderbuffer mapping/unmapping
2011-11-07 Brian Paulmesa: check for immutable texture in _mesa_test_texobj_...
2011-11-07 Brian Paulswrast: update program type assertion
2011-11-07 Brian Paulst/mesa: clean-up st_translate_interp()
2011-11-07 Brian Paulst/mesa: add some null pointer checking to better handl...
2011-11-07 Morgan Armandst/mesa: fix memory leaks
2011-11-07 Morgan Armandst/mesa: fix indentation
2011-11-07 Kenneth Graunkei965: Fix Sandybridge regression introduced by workarou...
2011-11-07 Kenneth Graunkei965: Enable faster workaround-free math on Ivybridge.
2011-11-07 Marek Olšákmesa: add missing checks to compute_version
2011-11-07 Fabio Pedrettiradeon: cleanup radeon shared code after r300 and r600...
2011-11-07 Kenneth Graunkei965: Fix struct vs class warnings in brw_fs_vector_spl...
2011-11-04 Marek Olšákst/mesa: set geometry shader to NULL when doing interna...
2011-11-04 José Fonsecamesa/st: Be nice with the stack -- use malloc for large...
2011-11-04 George Sapountzisdri: cosmetic
2011-11-04 George Sapountzisdri_util: move drawable functions
2011-11-04 George Sapountzisdri_util: move context functions
2011-11-04 George Sapountzisdri_util: move context functions
2011-11-04 George Sapountzisdri_util: move screen functions
2011-11-04 George Sapountzisdri: drop stray includes and typedef
2011-11-04 George Sapountzisdri: move __driUtilMessage to xmlconfig.c
2011-11-04 George Sapountzisdri: drop drisw_util.h
2011-11-04 George Sapountzisdri: reorder as driver,screen,context,drawable
2011-11-04 George Sapountzisdri: unify __DRIcontextRec, __DRIdrawableRec
2011-11-04 George Sapountzisdri: unify __DRIscreenRec
2011-11-04 George Sapountzisdri: unify __DriverAPIRec
2011-11-04 George Sapountzisdri: drop drmLock remnants
2011-11-04 Dave Airlieradeon/r200: strip texture borders.
2011-11-04 Dave Airlieradeon/r200: fix r100/r200 blit to use the offsets.
2011-11-04 Dave Airlieradeon: drop mtface/mtlevel, use ones in base class.
2011-11-04 José Fonsecaswrast: Avoid void * arithmetic.
2011-11-04 Eric Anholti965/gen6: Improve glReadPixels() performance by blitti...
2011-11-04 Eric Anholtintel: Add safety asserts for the blit engine's pitch...
2011-11-04 Eric Anholtintel: Don't force a batchbuffer flush in readpixels.
2011-11-04 Eric Anholtradeon: Remove early dereference of src/dst width in...
2011-11-04 Eric Anholtswrast: Drop the global mapping of buffers across glRea...
2011-11-04 Eric Anholtswrast: Drop the remaining GetRow-based glReadPixels...
2011-11-04 Eric Anholtswrast: Remove dead _swrast_read_depth_span_uint().
2011-11-04 Eric Anholtswrast: Convert color glReadPixels slow path to using...
2011-11-04 Eric Anholtswrast: Skip _swrast_validate_derived in _swrast_ReadPi...
2011-11-04 Eric Anholtswrast: Add a readpixels fast-path based on memcpy...
2011-11-04 Eric Anholtmesa: Add a function for comparing gl_format to format...
2011-11-04 Eric Anholtswrast: Switch the remaining depth readpixels to MapRen...
2011-11-04 Eric Anholtswrast: Switch the remaining depth/stencil readpixels...
2011-11-04 Eric Anholtswrast: MapRenderbuffer in separate depth/stencil readp...
2011-11-04 Eric Anholtswrast: Calculate image address/stride once for depth...
2011-11-04 Eric Anholtswrast: Make the packed depth/stencil read fastpath...
2011-11-04 Eric Anholtswrast: Directly map the stencil buffer in read_stencil...
2011-11-04 Vinson Leeradeon: Fix variable initialization typo.
2011-11-04 Paul Berryi965: Fix constant propagation into 32-bit integer...
2011-11-03 nobledtexgetimage: add missing return on error
2011-11-03 Brian Paulmesa: fix texture target mix-up in NV_fragment_program...
2011-11-03 Eric Anholtradeon: Check an error return instead of assigning...
2011-11-03 Dave Airlieradeon: fix some regressions in texturing code.
2011-11-03 Chia-I Wust/mesa: add support for GL_OES_EGL_image_external
2011-11-03 Chia-I Wumesa: add support for GL_OES_EGL_image_external
2011-11-03 Chia-I Wumesa: clean up validate_texture_wrap_mode
2011-11-03 Chia-I Wumesa: fix a logic error in glFramebufferTexture2D
2011-11-03 Chia-I Wumesa: add GL_OES_EGL_image_external to the extension...
2011-11-03 Chia-I Wumesa: add missing defines for GL_OES_EGL_image_external
2011-11-03 Chia-I Wumesa, i965: prepare for more than 8 texture targets
2011-11-03 Chia-I Wuglapi: regenerate files
2011-11-03 Yuanhan Liuswrast: simplify the condition test for _swrast_choose_...
2011-11-03 Yuanhan Liumesa: fix the low limit of width and height for glRende...
2011-11-03 Yuanhan Liumesa: fix inital value for new renderbuffer
2011-11-03 Yuanhan Liumesa: complete the GL_TEXTURE_SWIZZLE* setup
2011-11-03 Yuanhan Liumesa: remove the redundant check
next