util: Remove util_format_get_block().
[mesa.git] / src / mesa /
2009-12-17 Michal KrolMerge branch 'master' into pipe-format-simplify
2009-12-17 Michal Krols/desc->type/desc->channel[0].type/
2009-12-17 Michal KrolMerge branch 'glsl-pp-rework-2'
2009-12-17 Dave Airlieradeon: drop assert accessing cref which is meant to...
2009-12-17 Dave Airlieradeon: drop unused members of radeon_state.
2009-12-17 Dave Airlier600: move structs for legacy cmdbuf into cmdbuf C...
2009-12-16 Richard Lir600 : clean a bit to prepare to enable gl2.
2009-12-15 Michel Dänzerr300: Fix typo on < R5xx RS setup for blits.
2009-12-15 Andre Maasikasr600: use _mesa_insert_instructions to fixup wpos inste...
2009-12-15 Andre Maasikasr600: fix typos for vert-tex
2009-12-15 Andre Maasikasr600: fix fragment.position
2009-12-15 Andre Maasikasr600: add support for FRAG_ATTRIB_PNTC
2009-12-15 Andre Maasikasr600: add DDX DDY opcodes
2009-12-14 Richard Lir600 : add texture support for vertex shader.
2009-12-13 Maciej Cencorar300: enable accelerated support for glCopyTexImage...
2009-12-13 Maciej Cencorar300: fix regression introduced by da73c1ed
2009-12-13 Maciej Cencorar300: fix glCopyTexSubImage
2009-12-12 Michal KrolRemove grammar module -- no dependencies left.
2009-12-12 Michal Krolslang: Delete a file that is now autogenerated.
2009-12-12 Michal KrolMerge branch 'master' into glsl-pp-rework-2
2009-12-11 Maciej Cencorar300: disable blit debugging info
2009-12-11 Maciej Cencorar300: emit number of used colorbuffers to pass radeon...
2009-12-11 Maciej Cencorar300: setup render target format for r300/r400 cards too
2009-12-11 Maciej Cencorar300: finish blit support for r300
2009-12-11 Maciej Cencoramore blit fixes
2009-12-11 Maciej Cencorablit WIP
2009-12-11 Maciej Cencorar300: use accelerated emit for CopyTex[Sub]Image functions
2009-12-11 Maciej Cencorar300: accelerated blit support
2009-12-11 Maciej Cencorar300: fix wrong assertion
2009-12-11 Maciej Cencorar300: export translateTexFormat function
2009-12-11 Maciej Cencorar300: refactor PVS code and constants emission
2009-12-11 Maciej Cencorar300: refactor R500 fragment program emission
2009-12-11 Maciej Cencorar300: refactor color buffer setup
2009-12-11 Maciej Cencorar300: use _mesa_meta_Clear for buffer clears
2009-12-11 Maciej Cencorar300: minor texture code refactoring
2009-12-11 Brian Paulmesa: minor reformatting/rewrapping in dd.h
2009-12-11 Brian Paulmesa: remove unused ctx->Driver.ActiveTexture() hook
2009-12-11 Brian Paulmesa: updated comment
2009-12-11 Brian PaulMerge branch 'mesa_7_7_branch'
2009-12-11 Brian PaulMerge branch 'mesa_7_6_branch' into mesa_7_7_branch
2009-12-11 Brian Paulmesa: remove unnecessary loop in _mesa_remove_output_re...
2009-12-11 Brian PaulMerge branch 'mesa_7_6_branch' into mesa_7_7_branch
2009-12-11 Brian Paulmesa: check dst reg in _mesa_find_free_register()
2009-12-11 Aurelien Jarnosparc: additional preprocessor test for SPARC 64-bit
2009-12-11 Vinson Leemesa: Initialize variable in MatchInstruction.
2009-12-11 Vinson Leemesa: Assign _mesa_lookup_parameter_index return value...
2009-12-11 Vinson Leei915: Add missing break statement in i915_debug_packet.
2009-12-11 Vinson Leeglsl: Increase size of array in_slang_lookup_constant...
2009-12-10 Ian Romanickintel: Remove ARGB internal_format == GL_RGB hacks
2009-12-10 Ian Romanickintel: Make RGB textures use XRGB8888
2009-12-10 Ian Romanickintel: Make RGB renderbuffers use XRGB8888 like we...
2009-12-10 Ian Romanicki965: Fix handling of drawing to MESA_FORMAT_XRGB8888
2009-12-10 Ian Romanickintel: Use spantmp2 GL_BGR / GL_UNSIGNED_INT_8_8_8_8_RE...
2009-12-10 Ian Romanickspantmp2: Add support for GL_BGR / GL_UNSIGNED_INT_8_8_...
2009-12-10 Ian Romanickintel: name in intel_create_renderbuffer was always...
2009-12-10 Ian Romanickintel: Use texformat accessor to get bytes-per-pixel
2009-12-10 Ian Romanickintel: softwareBuffer in intel_alloc_renderbuffer_stora...
2009-12-10 Ian Romanickintel: Axe intel_renderbuffer::texformat
2009-12-10 Eric Anholtintel: Flush the render/texture cache when finishing...
2009-12-10 Vinson Leeglsl: Fix array out-of-bounds access by _slang_lookup_c...
2009-12-10 Vinson Leemesa: Fix array out-of-bounds access by _mesa_TexParame...
2009-12-10 Eric Anholtmesa: Fix default (swrast) GL_MAX_COMBINED_TEXTURE_IMAG...
2009-12-10 Eric Anholtintel: Attempt to fix up after "Update vertex texture...
2009-12-10 José Fonsecascons: Get GLSL code building correctly when cross...
2009-12-10 Brian Paulmesa: added new libglslpp.a and libglslcl.a to libGL...
2009-12-10 Michal Krolslang: Predefine ES symbols for FEATURE_es2_glsl.
2009-12-10 Michal Krolslang: Explicitly enable ARB_draw_buffers and ARB_textu...
2009-12-10 Vinson Leemesa: Fix SCons build.
2009-12-10 Vinson Leemesa: Fix array out-of-bounds access by _mesa_TexGend.
2009-12-10 Vinson Leemesa: Fix array out-of-bounds access by _mesa_Lighti.
2009-12-10 Vinson Leemesa: Fix array out-of-bounds access by _mesa_Lightf.
2009-12-10 michalBuild mesa glsl with make.
2009-12-09 Vinson Leemesa: Fix array out-of-bounds access by _mesa_PointPara...
2009-12-09 Vinson Leemesa: Fix array out-of-bounds access by _mesa_PointPara...
2009-12-09 Vinson Leemesa: Fix array out-of-bounds access by _mesa_LightModelf.
2009-12-09 Richard Lir600 : add pre-compile mesa shader calling interface...
2009-12-09 Vinson Leeglsl: Remove unused member x from struct slang_operation.
2009-12-09 Brian Paulmesa: fix baseLevel >= MAX_TEXTURE_LEVELS test
2009-12-09 Michal KrolRevert "Simplify the redundant meaning of format layout."
2009-12-09 Andre Maasikasr600: fix state size prediction after dc0777d3
2009-12-09 Ian Romanickmeta: Bind texture to unit 0 for mipmap generation
2009-12-09 Eric Anholtmesa: Move OES_read_format support from drivers into...
2009-12-09 Vinson Leemesa: Fix array out-of-bounds access by _mesa_LightModeli.
2009-12-09 Vinson Leemesa: Fix array out-of-bounds access by _mesa_Fogf.
2009-12-09 Vinson Leemesa: Fix array out-of-bounds access by _mesa_TexParame...
2009-12-09 Eric Anholti965: Enable the accelerated ReadPixels path on gen4...
2009-12-09 Vinson Leemesa: Fix array out-of-bounds access by _mesa_Fogi.
2009-12-08 Vinson Leemesa: Fix array out-of-bounds access by _mesa_TexParame...
2009-12-08 Vinson Leemesa: Fix array out-of-bounds access by _mesa_TexParame...
2009-12-08 Brian Paulvbo: fix array index out of bounds error, and fix evalu...
2009-12-08 Michal KrolSimplify the redundant meaning of format layout.
2009-12-08 Roland ScheideggerMerge branch 'gallium-strict-aliasing'
2009-12-08 Roland Scheideggergallium: fix more potential strict aliasing issues
2009-12-08 Michal KrolRemove remaining pipe format utility functions.
2009-12-08 Andre Maasikasr600: and finally fix SCS
2009-12-08 Andre Maasikasr600: remove (now) dead code
2009-12-08 Andre Maasikasr600: fix SIN also
2009-12-08 Andre Maasikasr600: use the new inline constants feature to fix COS
2009-12-08 Andre Maasikasr600: add assembler support for literal(inline) constants
2009-12-08 Andre Maasikasr600: merge alu_instruction/alu_instruction2
next