mesa: Make sure we have the talloc cflags when using the talloc headers
[mesa.git] / src / mesa /
2010-10-19 Thomas Hellstrommesa: Make sure we have the talloc cflags when using...
2010-10-19 Vinson Leer300/compiler: Remove unused variable.
2010-10-19 Tom Stellardr300g: Add new debug option for logging vertex/fragment...
2010-10-19 Tom Stellardr300/compiler: Add a new function for more efficient...
2010-10-19 Tom Stellardr300/compiler: Clear empty registers after constant...
2010-10-19 Tom Stellardr300/compiler: Fix incorrect assumption
2010-10-19 Tom Stellardr300/compiler: Create a helper function for merging...
2010-10-19 Kenneth Graunkei965: Remove unused variable.
2010-10-18 Eric Anholti965: Avoid blits in BufferCopySubdata on gen6.
2010-10-18 Eric Anholti965: Fix scissor-offscreen on gen6 like we did pre...
2010-10-18 Eric Anholti965: Assert out on gen6 VS constant buffer reads that...
2010-10-18 Eric Anholti965: Fix assertion failure on gen6 BufferSubData to...
2010-10-18 Eric Anholti965: Fix a weirdness in NOT handling.
2010-10-18 Eric Anholti965: Disable the debug printf I added for FS disasm.
2010-10-18 Kenneth Graunkei965: Add missing "break" statement.
2010-10-18 Brian Rogersmesa: Add missing else in do_row_3D
2010-10-18 Keith WhitwellMerge remote branch 'origin/master' into lp-setup-llvm
2010-10-15 Brian Paulst/mesa: update function name, comments
2010-10-15 Brian Paulst/mesa: use GLuint to avoid problem w/ uint not define...
2010-10-15 Brian Paulst/mesa: reformatting in st_cb_drawpixels.c
2010-10-15 Brian Paulst/mesa: fix regressions in glDrawPixels(GL_STENCIL_INDEX)
2010-10-15 Eric Anholti965: Set the type of the null register to fix gen6...
2010-10-15 Ian Romanicki965: Fix indentation after commit 3322fbaf
2010-10-15 Vinson Leemesa: Add missing header to shaderobj.h.
2010-10-15 Ian Romanickglsl: Slightly change the semantic of _LinkedShaders
2010-10-15 Eric Anholti965: Fix texturing on pre-gen5.
2010-10-14 Brian Paulmesa: remove post-convolution width/height vars
2010-10-14 Kenneth Graunkei965: Add support for ir_unop_round_even via the RNDE...
2010-10-14 Kenneth Graunkeglsl: Add a new ir_unop_round_even opcode for GLSL...
2010-10-14 Kenneth Graunkei965: Clean up a warning in the old fragment backend.
2010-10-14 Eric Anholti965: Enable the new FS backend on pre-gen6 as well.
2010-10-14 Kenneth Graunkei965: Correctly emit the RNDZ instruction.
2010-10-14 Kenneth Graunkei965: Use RNDZ for ir_unop_trunc in the new FS.
2010-10-14 Kenneth Graunkei965: Use logical-not when emitting ir_unop_ceil.
2010-10-14 Eric Anholti965: Add peepholing of conditional mod generation...
2010-10-14 Eric Anholti965: Add a function for handling the move of boolean...
2010-10-14 Kristian HøgsbergOnly install vtxfmt tables for OpenGL
2010-10-14 Eric Anholti965: Add a pass to the FS to split virtual GRFs to...
2010-10-14 Eric Anholti965: Update the live interval when coalescing regs.
2010-10-14 Eric Anholti965: Set class_sizes[] for the aligned reg pair class.
2010-10-14 Kristian HøgsbergDrop the "neutral" tnl module
2010-10-14 Zhenyu WangRevert "i965: fallback lineloop on sandybridge for...
2010-10-14 Zhenyu Wangi965: Fix GS hang on Sandybridge
2010-10-14 Eric Anholti965: Add support for rescaling GL_TEXTURE_RECTANGLE...
2010-10-13 Ian Romanickmesa: Clean up various 'unused parameter' warnings...
2010-10-13 Ian Romanickmesa: Clean up two 'comparison between signed and unsig...
2010-10-13 Ian Romanickmesa: Refactor validation of shader targets
2010-10-13 Ian Romanickmesa: Silence unused variable warning
2010-10-13 Brian Paulx11: fix breakage from gl_config::visualType removal
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-13 Brian Paulmesa: reformatting, comments, code movement
2010-10-13 Brian Paulmesa: remove assertion w/ undeclared variable texelBytes
2010-10-12 Dave Airliest/mesa: enable stencil shader export extension if...
2010-10-12 Dave Airlieglsl: add support for shader stencil export
2010-10-12 Dave Airliest/mesa: use shader stencil export to accelerate shader...
2010-10-12 Dave Airliest/mesa: add option to choose a texture format that...
2010-10-12 Dave Airliemesa: improve texstore for 8/24 formats and add texstor...
2010-10-12 Dave Airliemesa: add support for FRAG_RESULT_STENCIL.
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 Ian Romanickglsl: Fix incorrect assertion
2010-10-12 Ian Romanickmesa: Validate assembly shaders when GLSL shaders are...
2010-10-12 Brian Paulir_to_mesa: assorted clean-ups, const qualifiers, new...
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 Ian Romanickmain: Enable GL_ARB_explicit_attrib_location for swrast
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.
next