summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)Author
2011-03-11nouveau: Build fixAdam Jackson
2011-03-11r600: Build fixAdam Jackson
2011-03-11scons: Move texenvprogram.c to ff_fragment_shader.cpp.Vinson Lee
2011-03-11i965: Use the fixed function GLSL program instead of the ARB program.Eric Anholt
2011-03-11mesa: Track a computed _CurrentFragmentProgram for current gl_shader_programEric Anholt
2011-03-11mesa: Convert fixed function fragment program generator to GLSL IR.Eric Anholt
2011-03-11mesa: Add gl_MESAFogParamsOptimized for our special pre-computed fog params.Eric Anholt
2011-03-11mesa: Add a builtin uniform for the ATI_envmap_bumpmap rotation matrix.Eric Anholt
2011-03-11mesa: Move texenvprogram.c to ff_fragment_shader.cpp.Eric Anholt
2011-03-11prog_cache: Add some support for shader_programs in prog_cache.Eric Anholt
2011-03-11mesa: Don't try to remove an internal shader_program from the hash.Eric Anholt
2011-03-11i965: Use ffs() on a 32-bit int value instad of ffsll().Eric Anholt
2011-03-11gallium: remove flags from the flush functionMarek Olšák
2011-03-11gallium: remove the geom_flags param from is_format_supportedMarek Olšák
2011-03-11gallium: cleanup fence_signalled and fence_finishMarek Olšák
2011-03-11mesa: test against MaxUniformComponents in check_resources()Brian Paul
2011-03-11mesa: move location of some geometry program limitsBrian Paul
2011-03-11mesa: use check_resources() to check program against limitsBrian Paul
2011-03-11mesa: replace NEED_SECONDARY_COLOR(), RGBA_LOGICOP_ENABLED() with inlinesBrian Paul
2011-03-11mesa: call FLUSH_VERTICES() before deleting shaders, buffers, query objectsBrian Paul
2011-03-11st/mesa: remove unnecessary flushesMarek Olšák
2011-03-09intel: Don't complain when getparam fails due to a missing param.Eric Anholt
2011-03-09i965: Pack the tracked state atoms into separate arrays for prepare/emit.Chris Wilson
2011-03-08gallium: add timeout parameter to fence_finishMarek Olšák
2011-03-08st/mesa: implement ARB_syncMarek Olšák
2011-03-08st/mesa: cleanup checking for signed compressed formats in generate_mipmapsMarek Olšák
2011-03-08st/mesa: add LATC and 3DC supportMarek Olšák
2011-03-08mesa: add ATI_texture_compression_3dcMarek Olšák
2011-03-08mesa: add EXT_texture_compression_latcMarek Olšák
2011-03-08st/mesa: Fix an incorrect user vertex buffer referenceThomas Hellstrom
2011-03-08vbo: mark vertex arrays as dirty when re-bindingMarek Olšák
2011-03-08r300/compiler: remove unused variablesMarek Olšák
2011-03-08swrast: flip the conditionals in shadow_compare4() for readabilityBrian Paul
2011-03-08swrast: add coord clamping, fix comparisons for shadow testingPhilip Taylor
2011-03-08r300/compiler: fix equal and notequal shadow compare functionsMarek Olšák
2011-03-08r300/compiler: detect constants harderMarek Olšák
2011-03-08r300/compiler: improve the detection of constants for constant foldingMarek Olšák
2011-03-08r300/compiler: saturate Z before the shadow comparisonMarek Olšák
2011-03-07mesa: return after invalidating renderbufferMarek Olšák
2011-03-07st/mesa: fail to alloc a renderbuffer if st_choose_renderbuffer_format failsMarek Olšák
2011-03-07mesa: invalidate framebuffer if internal format of renderbuffer is changedMarek Olšák
2011-03-07mesa: initialize DummyBufferObject's mutexBrian Paul
2011-03-07st/mesa: fix incorrect version checking codeBrian Paul
2011-03-07mesa: remove stray _mesa_finish() call in _mesa_CopyPixels()Brian Paul
2011-03-07i915: Only invert wpos when rendering to the system framebuffer.Henri Verbeet
2011-03-07i915: Derive the gl_fragment_program from i915_fragment_program.Henri Verbeet
2011-03-07intel: check for miptree allocation failureChris Wilson
2011-03-07intel: Add some defense against buffer allocation failure for subimage blitsChris Wilson
2011-03-07intel: Add some defense against bo allocation failureChris Wilson
2011-03-06glx/dri: add initial dri interface for GLX_EXT_framebuffer_sRGB.Dave Airlie