Merge branch 'pipe-video' of git://anongit.freedesktop.org/~deathsimple/xvmc-r600...
[mesa.git] / src / mesa /
2010-10-26 Thomas Balling Sør... Merge branch 'pipe-video' of git://anongit.freedesktop...
2010-10-26 Thomas Balling Sør... Merge branch 'master' into pipe-video
2010-10-26 Brian Paulmesa: additional teximage error checks for GL_EXT_textu...
2010-10-26 Brian Paulmesa: additional switch cases for GL_EXT_texture_integer
2010-10-26 Brian Paulmesa: additional glReadPixels error checks for GL_EXT_t...
2010-10-25 Marek Olšákst/mesa: support RGBA16 and use it for RGBA12 as well
2010-10-25 Brian Paulxlib: silence unused var warning
2010-10-25 Brian Paulmesa: fix uninitialized var warning
2010-10-25 Brian Paulmesa: silence enum comparison warning
2010-10-24 Marek Olšákmesa: allow FBO attachments of formats LUMINANCE, LUMIN...
2010-10-23 Brian Paulst/mesa: be smarter choosing texture format for glDrawP...
2010-10-23 Brian Paulmesa: display list support for GL_EXT_texture_integer
2010-10-23 Brian Paulmesa: plug in GL_EXT_texture_integer functions
2010-10-23 Brian Paulmesa: regenerated API files for GL_EXT_texture_integer
2010-10-23 Brian Paulmesa: simplify target_can_be_compressed() function
2010-10-23 Brian Paulst/mesa: add format selection for signed/unsigned integ...
2010-10-23 Brian Paulmesa: added cases for GL_EXT_texture_integer
2010-10-23 Brian Paulmesa: added cases for GL_EXT_texture_integer formats
2010-10-23 Brian Paulmesa: compute _IntegerColor field in _mesa_test_framebu...
2010-10-23 Brian Paulmesa: added glGet query for GL_RGBA_INTEGER_MODE_EXT
2010-10-23 Brian Paulmesa: added new gl_framebuffer::_IntegerColor field
2010-10-23 Brian Paulmesa: added new gl_extensions::EXT_gpu_shader4 field
2010-10-23 Brian Paulmesa: new glDrawPixels error check for integer formats
2010-10-23 Brian Paulmesa: added _mesa_is_fragment_shader_active() helper
2010-10-23 Brian Paulmesa: minor reformatting, clean-ups
2010-10-23 Brian Paulmesa: _mesa_is_format_integer() function
2010-10-23 Brian Paulmesa: _mesa_ClearColorIuiEXT() and _mesa_ClearColorIiEXT()
2010-10-23 Brian Paulmesa: add pixel packing for unscaled integer types
2010-10-23 Brian Paulmesa: split up the image.c file
2010-10-23 Brian Paulmesa: simplify fbo format checking code
2010-10-23 Brian Paulmesa: 80-column wrapping
2010-10-22 Eric Anholti965: Add support for pull constants to the new FS...
2010-10-22 Eric Anholti965: Move the FS disasm/annotation printout to codegen...
2010-10-22 Brian Paulmesa: move declaration before code
2010-10-22 Francisco Jerezdri/nouveau: Force a "slow" Z clear if we're getting...
2010-10-22 Brian PaulMerge branch 'primitive-restart-cleanup'
2010-10-22 Brian Paulst/mesa: support for primitive restart
2010-10-22 Brian Paulvbo: support for primitive restart
2010-10-22 Brian Paulmesa: plug in primitive restart function
2010-10-22 Brian Paulmesa: regenerated files with primitive restart
2010-10-22 Brian Paulmesa: set/get primitive restart state
2010-10-22 Brian Paulmesa: driver hook for primitive restart
2010-10-21 Eric Anholti965: Be more aggressive in tracking live/dead interval...
2010-10-21 Brian Paulst/mesa: added cases for GL_COMPRESSED_RED/RG in st_cho...
2010-10-21 Brian Paulmesa: add missing cases for packing red/green images
2010-10-21 Brian Paulmesa: add GL_RG case to _mesa_source_buffer_exists()
2010-10-21 Eric Anholti965: Correct scratch space allocation.
2010-10-21 Eric Anholti965: Don't emit register spill offsets directly into g0.
2010-10-21 Eric Anholti965: Add support for register spilling.
2010-10-21 Eric Anholti965: Fix gl_FrontFacing emit on pre-gen6.
2010-10-21 Eric Anholti965: Split register allocation out of the ever-growing...
2010-10-21 Chia-I Wumesa: Remove unused vtxfmt_tmp.h.
2010-10-20 Vinson Leeswrast: Print out format on unexpected failure in _swra...
2010-10-20 Kenneth Graunkemesa: Remove FEATURE_ARB_shading_language_120 macro.
2010-10-20 Orion Poplawskiosmesa: link against libtalloc
2010-10-20 Keith WhitwellMerge branch 'llvm-cliptest-viewport'
2010-10-20 Eric Anholti965: Use the new style of IF statement with embedded...
2010-10-20 Eric Anholti965: Set the source operand types for gen6 if/else...
2010-10-20 Eric Anholti965: Add EU emit support for gen6's new IF instruction...
2010-10-19 Eric Anholti965: Disable thread dispatch when the FS doesn't do...
2010-10-19 Eric Anholti965: Remove the gen6 emit_mi_flushes I sprinkled aroun...
2010-10-19 Eric Anholti965: Tell the shader compiler when we expect depth...
2010-10-19 Brian Paulmesa: fix mesa version string construction
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
next