summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)Author
2010-10-23st/mesa: be smarter choosing texture format for glDrawPixels()Brian Paul
2010-10-23mesa: display list support for GL_EXT_texture_integerBrian Paul
2010-10-23mesa: plug in GL_EXT_texture_integer functionsBrian Paul
2010-10-23mesa: regenerated API files for GL_EXT_texture_integerBrian Paul
2010-10-23mesa: simplify target_can_be_compressed() functionBrian Paul
2010-10-23st/mesa: add format selection for signed/unsigned integer formatsBrian Paul
2010-10-23mesa: added cases for GL_EXT_texture_integerBrian Paul
2010-10-23mesa: added cases for GL_EXT_texture_integer formatsBrian Paul
2010-10-23mesa: compute _IntegerColor field in _mesa_test_framebuffer_completeness()Brian Paul
2010-10-23mesa: added glGet query for GL_RGBA_INTEGER_MODE_EXTBrian Paul
2010-10-23mesa: added new gl_framebuffer::_IntegerColor fieldBrian Paul
2010-10-23mesa: added new gl_extensions::EXT_gpu_shader4 fieldBrian Paul
2010-10-23mesa: new glDrawPixels error check for integer formatsBrian Paul
2010-10-23mesa: added _mesa_is_fragment_shader_active() helperBrian Paul
2010-10-23mesa: minor reformatting, clean-upsBrian Paul
2010-10-23mesa: _mesa_is_format_integer() functionBrian Paul
2010-10-23mesa: _mesa_ClearColorIuiEXT() and _mesa_ClearColorIiEXT()Brian Paul
2010-10-23mesa: add pixel packing for unscaled integer typesBrian Paul
2010-10-23mesa: split up the image.c fileBrian Paul
2010-10-23mesa: simplify fbo format checking codeBrian Paul
2010-10-23mesa: 80-column wrappingBrian Paul
2010-10-22i965: Add support for pull constants to the new FS backend.Eric Anholt
2010-10-22i965: Move the FS disasm/annotation printout to codegen time.Eric Anholt
2010-10-22mesa: move declaration before codeBrian Paul
2010-10-22dri/nouveau: Force a "slow" Z clear if we're getting a new depth buffer.Francisco Jerez
2010-10-21Merge branch 'primitive-restart-cleanup'Brian Paul
2010-10-21st/mesa: support for primitive restartBrian Paul
2010-10-21vbo: support for primitive restartBrian Paul
2010-10-21mesa: plug in primitive restart functionBrian Paul
2010-10-21mesa: regenerated files with primitive restartBrian Paul
2010-10-21mesa: set/get primitive restart stateBrian Paul
2010-10-21mesa: driver hook for primitive restartBrian Paul
2010-10-21i965: Be more aggressive in tracking live/dead intervals within loops.Eric Anholt
2010-10-21st/mesa: added cases for GL_COMPRESSED_RED/RG in st_choose_format()Brian Paul
2010-10-21mesa: add missing cases for packing red/green imagesBrian Paul
2010-10-21mesa: add GL_RG case to _mesa_source_buffer_exists()Brian Paul
2010-10-21i965: Correct scratch space allocation.Eric Anholt
2010-10-21i965: Don't emit register spill offsets directly into g0.Eric Anholt
2010-10-21i965: Add support for register spilling.Eric Anholt
2010-10-21i965: Fix gl_FrontFacing emit on pre-gen6.Eric Anholt
2010-10-21i965: Split register allocation out of the ever-growing brw_fs.cpp.Eric Anholt
2010-10-21mesa: Remove unused vtxfmt_tmp.h.Chia-I Wu
2010-10-20swrast: Print out format on unexpected failure in _swrast_DrawPixels.Vinson Lee
2010-10-20mesa: Remove FEATURE_ARB_shading_language_120 macro.Kenneth Graunke
2010-10-20osmesa: link against libtallocOrion Poplawski
2010-10-19i965: Use the new style of IF statement with embedded comparison on gen6.Eric Anholt
2010-10-19i965: Set the source operand types for gen6 if/else/endif to integer.Eric Anholt
2010-10-19i965: Add EU emit support for gen6's new IF instruction with comparison.Eric Anholt
2010-10-19i965: Disable thread dispatch when the FS doesn't do any work.Eric Anholt
2010-10-19i965: Remove the gen6 emit_mi_flushes I sprinkled around the driver.Eric Anholt