Drop GLcontext typedef and use struct gl_context instead
[mesa.git] / src / mesa / drivers / dri /
2010-10-13 Kristian HøgsbergDrop GLcontext typedef and use struct gl_context instead
2010-10-13 Kristian HøgsbergDrop GLframebuffer typedef and just use struct gl_frame...
2010-10-13 Kristian HøgsbergRename GLvisual and __GLcontextModes to struct gl_config
2010-10-13 Kristian Høgsberggl: Remove unused GLcontextModes fields
2010-10-13 Kristian HøgsbergGet rid of GL/internal/glcore.h
2010-10-13 Vinson Leetdfx: Silence unused variable warning on non-debug...
2010-10-13 Vinson Leer300: Silence uninitialized variable warning.
2010-10-12 Eric Anholti965: Don't rebase the index buffer to min 0 if any...
2010-10-12 Eric Anholtintel: Allow CopyTexSubImage to InternalFormat 3/4...
2010-10-12 Eric Anholti965: Fix missing "break;" in i2b/f2b, and missing...
2010-10-12 Francisco Jereznouveau: Get larger push buffers.
2010-10-12 Francisco Jerezdri/nouveau: Initialize tile_flags when allocating...
2010-10-11 Eric Anholti965: Always use the new FS backend on gen6.
2010-10-11 Eric Anholti965: Fix gen6 pixel_[xy] setup to avoid mixing int...
2010-10-11 Eric Anholti965: Don't compute-to-MRF in gen6 VS math.
2010-10-11 Eric Anholti965: Expand uniform args to gen6 math to full register...
2010-10-11 Eric Anholti965: Don't compute-to-MRF in gen6 math instructions.
2010-10-11 Eric Anholti965: Add a couple of checks for gen6 math instruction...
2010-10-11 Eric Anholti965: Don't consider gen6 math instructions to write...
2010-10-11 Chad Versaceintel_extensions: Add ability to set GLSL version via...
2010-10-11 Daniel Vetterr200: revalidate after radeon_update_renderbuffers
2010-10-11 Eric Anholti965: Compute to MRF in the new FS backend.
2010-10-11 Eric Anholti965: Give the FB write and texture opcodes the info...
2010-10-11 Eric Anholti965: Give the math opcodes information on base mrf...
2010-10-11 Eric Anholti965: Move FS backend structures to a header.
2010-10-11 Eric Anholti965: Reduce register interference checks for changed...
2010-10-11 Eric Anholti965: Split FS_OPCODE_DISCARD into two steps.
2010-10-10 Francisco Jerezdri/nv10: Fake fast Z clears for pre-nv17 cards.
2010-10-09 Francisco Jerezdri/nouveau: Minor cleanup.
2010-10-08 Vinson Leei965: Initialize member variables.
2010-10-08 Vinson Leei965: Silence unused variable warning on non-debug...
2010-10-08 Vinson Leei965: Silence unused variable warning on non-debug...
2010-10-08 Vinson Leei915: Silence unused variable warning in non-debug...
2010-10-08 Vinson Leei915: Silence unused variable warning in non-debug...
2010-10-08 Ian Romanickintel: Enable GL_ARB_explicit_attrib_location
2010-10-08 Eric Anholti965: Add register coalescing to the new FS backend.
2010-10-08 Eric Anholti965: Enable attribute swizzling (repositioning) in...
2010-10-08 Eric Anholti965: Fix new FS gen6 interpolation for sparsely-popula...
2010-10-08 Eric Anholti965: Fix gen6 WM push constants updates.
2010-10-08 Eric Anholti965: Handle swizzles in the addition of YUV texture...
2010-10-08 Eric Anholti965: Drop the check for YUV constants in the param...
2010-10-08 Eric Anholti965: Drop the check for duplicate _mesa_add_state_refe...
2010-10-07 Eric Anholti965: Normalize cubemap coordinates like is done in...
2010-10-07 Eric Anholti965: Disable emitting if () statements on gen6 until...
2010-10-07 Kristian Høgsberggles2: Add GL_EXT_texture_format_BGRA8888 support
2010-10-07 Eric Anholti965: Fix gen6 pointsize handling to match pre-gen6.
2010-10-06 Eric Anholti965: Don't assume that WPOS is always provided on...
2010-10-06 Eric Anholti965: Add support for gl_FrontFacing on gen6.
2010-10-06 Eric Anholti965: Refactor gl_FrontFacing setup out of general...
2010-10-06 Eric Anholti965: Gen6's sampler messages are the same as Ironlake.
2010-10-06 Eric Anholti965: Don't do 1/w multiplication in new FS for gen6
2010-10-06 Eric Anholti965: Add some clarification of the WECtrl field.
2010-10-06 Eric Anholti965: Fix botch in the header_present case in the new FS.
2010-10-06 Eric Anholti965: Fix up IF/ELSE/ENDIF for gen6.
2010-10-06 Eric Anholti965: Gen6 no longer has the IFF instruction; always...
2010-10-06 Eric Anholti965: Add back gen6 headerless FB writes to the new...
2010-10-06 Eric Anholti965: Also do constant propagation for the second opera...
2010-10-06 Eric Anholti965: Enable the constant propagation code.
2010-10-04 Eric Anholti965: Add support for gen6 FB writes to the new FS.
2010-10-04 Eric Anholti965: In disasm, gen6 fb writes don't put msg reg ...
2010-10-04 Eric Anholti965: Add initial folding of constants into operand...
2010-10-04 Eric Anholti965: Add trivial dead code elimination in the new...
2010-10-04 Eric Anholti965: Be more conservative on live interval calculation.
2010-10-03 Eric Anholti965: Fix glean/texSwizzle regression in previous commit.
2010-10-03 Eric Anholti965: Set up swizzling of shadow compare results for...
2010-10-03 Eric Anholti965: Add support for EXT_texture_swizzle to the new...
2010-10-02 Kenneth Graunkei965: Fix incorrect batchbuffer size in gen6 clip state...
2010-10-02 Eric Anholti965: Don't try to emit code if we failed register...
2010-10-02 Eric Anholti965: Fix off-by-ones in handling the last members...
2010-10-02 Eric Anholti965: Add a sanity check for register allocation sizes.
2010-10-02 Eric Anholti965: When producing a single channel swizzle, don...
2010-10-02 Eric Anholti965: Restore the forcing of aligned pairs for delta_xy...
2010-10-02 Alex Deucherr600c: fix segfault in evergreen stencil code
2010-10-01 Vinson Leesavage: Remove unnecessary header.
2010-10-01 Ian Romanicki965: Enable GL_ARB_texture_rg
2010-10-01 Eric Anholti965: Fix up copy'n'pasteo from moving coordinate setup...
2010-10-01 Eric Anholti965: Add real support for pre-gen5 texture sampling...
2010-10-01 richardevergreen : fix z format setting, enable stencil.
2010-10-01 Eric Anholti965: Pre-gen6, map VS outputs (not FS inputs) to URB...
2010-10-01 Eric Anholti965: Also increment attribute location when skipping...
2010-10-01 Eric Anholti965: Fix the gen6 jump size for BREAK/CONT in new FS.
2010-10-01 Eric Anholti965: Add gen6 attribute interpolation to new FS backend.
2010-10-01 Alex Deucherr600c: pull over 6xx/7xx vertex fixes for evergreen
2010-10-01 Eric Anholti965: Split the gen4 and gen5 sampler handling apart.
2010-10-01 Eric Anholti965: Use the lowering pass for texture projection.
2010-10-01 Alex Deucherr600c: add reloc for CB_COLOR0_ATTRIB
2010-09-30 Eric Anholti965: Fix new FS handling of builtin uniforms with...
2010-09-30 Eric Anholti965: Fix whole-structure/array assignment in new FS.
2010-09-30 Adam Jacksoni965: Update renderer strings for sandybridge
2010-09-30 Nicolas Kaiserdri/savage: remove duplicated include
2010-09-30 Nicolas Kaiserdri/radeon: remove duplicated includes
2010-09-30 Nicolas Kaiserdri/r600: remove duplicated include
2010-09-30 Nicolas Kaiserdri/r300: remove duplicated include
2010-09-30 Nicolas Kaiserdri/r128: remove duplicated include
2010-09-30 Nicolas Kaiserdri/mga: remove duplicated include
2010-09-30 Nicolas Kaiserdri/intel: remove duplicated include
2010-09-30 Nicolas Kaiserdri/i965: remove duplicated include
2010-09-30 Nicolas Kaiserdri/i915: remove duplicated include
2010-09-30 Nicolas Kaiserdri/i810: remove duplicated include
2010-09-30 Nicolas Kaiserdri/common: remove duplicated include
next