test/graw: add vp-test
[mesa.git] / src / mesa /
2010-06-06 Marek Olšákst/mesa: advertise GL_ARB_fragment_program_shadow
2010-06-05 Marek Olšákst/mesa: trivially enable GL_ATI_texture_env_combine3
2010-06-05 Marek Olšákmesa: add ARB_texture_swizzle as alias of EXT_texture_s...
2010-06-05 Joakim Sindholtr300compiler: fix scons build
2010-06-05 Roland Scheideggerst/mesa: fix bug in depthstencil optimizing clear logic
2010-06-05 Chris Wilsoni915: Only emit a MI_FLUSH when the drawing rectangle...
2010-06-05 Chris Wilsoni915: Fix off-by-one for drawing rectangle.
2010-06-05 Chris Wilsoni915: Inhibit render cache flush when changing drawing...
2010-06-05 Dave Airliemesa/st: add support for EXT_texture_swizzle.
2010-06-05 Marek Olšákr300/compiler: implement SIN+COS+SCS for vertex shaders
2010-06-05 Marek Olšákr300/compiler: implement SNE unwound for r3xx VS, nativ...
2010-06-05 Marek Olšákr300/compiler: implement SEQ unwound for r3xx VS, nativ...
2010-06-05 Marek Olšákr300/compiler: implement SFL for vertex shaders
2010-06-04 Brian Paulvbo: misc clean-ups
2010-06-04 Eric Anholti915: Don't use XRGB8888 on 830 and 845.
2010-06-04 Eric Anholti915: Clamp minimum lod to maximum texture level too.
2010-06-04 Eric Anholtintel: Fix intel_compressed_num_bytes for FXT1 after...
2010-06-03 Roland ScheideggerMerge branch 'gallium-newclear'
2010-06-03 Joakim Sindholtgallium: silence all debug_named_value related warnings
2010-06-03 Marek Olšákr300/compiler: print opcode names instead of numbers
2010-06-03 Vinson Leedri/swrast: Remove unnecessary header.
2010-06-02 Brian Paulst/mesa: fix indirect addressing of input/output regs
2010-06-02 Kristian Høgsbergintel: Remove a leftover DRI1/DRI2 conditional
2010-06-02 Brian Paulglsl: handle indirectly indexed input registers in...
2010-06-02 Brian Paulmesa: use BITFIELD64_BIT() macro
2010-06-02 Brian Paulglsl: fix bad sanity-check assertion
2010-06-02 Brian Paulmesa: whitespace and 80 column wrapping
2010-06-02 Eric Anholtshaders: Don't lose the param binding swizzle for singl...
2010-06-01 Kristian Høgsbergintel: Fallback to meta if we're asked to CopyTexImage2...
2010-06-01 Brian Paulmesa: use split_location_offset() in GetUniform() functions
2010-05-31 Chia-I Wumesa: Fix excess initializers in get.c table.
2010-05-31 Dave Airlieswrast: add TFP support to swrast.
2010-05-31 Dave Airliegallium: fix TFP on gallium
2010-05-31 Chris Wilsonintel: Initialize batch->reserved_space on allocation
2010-05-31 Chia-I WuAlways define int32_t in compiler headers.
2010-05-31 Chia-I WuUpdate OpenGL ES headers.
2010-05-31 Chia-I Wumesa: Fix/add feature test to shader.c.
2010-05-30 Vinson Leevbo: Remove unnecessary header.
2010-05-29 Marek Olšákr300: fix blits for textures of width/height greater...
2010-05-28 Roland Scheideggerst/mesa: use new ability to clear only depth or stencil
2010-05-28 Eric Anholti965: Add cache unit -> bo name mapping for more gen6...
2010-05-28 Zou Nan haii965: fix PIPE_CONTROL command for gen6.
2010-05-28 Brian Paulglsl: change uniform location/offset encoding
2010-05-28 Marek Olšákst/mesa: advertise ARB_half_float_vertex when available
2010-05-27 Brian Paulmesa: fix incorrect GL_DEPTH_STENCIL_ATTACHMENT format...
2010-05-27 Brian Paulfbdev: some hacking to get the driver to compile (untested)
2010-05-27 Brian Paulvbo: comments and whitespace
2010-05-27 Brian Paulvbo: remove unused prototype
2010-05-27 Brian Paulvbo: remove dead code
2010-05-27 Brian Paulvbo: update/add comments
2010-05-27 Vinson Leemesa: Remove unnecessary headers.
2010-05-27 Brian Paulmesa: remove unused includes
2010-05-27 Brian Paulmesa: rewrite _mesa_get_handle() and add some comments
2010-05-27 Brian Paulmesa: move GLSL uniform functions into new source file
2010-05-27 Vinson Leest/mesa: Remove unnecessary headers.
2010-05-26 Will DysonEnable hardware mipmap generation for radeon.
2010-05-26 Will DysonFix image_matches_texture_obj() MaxLevel check
2010-05-26 Will DysonFallback to software render if there is no miptree...
2010-05-26 Eric Anholti965: Add support for EXT_timer_query on Ironlake.
2010-05-26 Eric Anholtintel: Handle decode of PIPE_CONTROL instructions.
2010-05-26 Eric Anholti965: Move Gen6 debugging emit_mi_flush into the Gen6...
2010-05-26 Eric Anholti965: Don't PIPE_CONTROL instruction cache flush.
2010-05-26 Eric Anholti965: Emit MI_FLUSH before PSP on Ironlake for clip...
2010-05-26 Kristian HøgsbergRevert the 'make static' part of 962f92611216e304c95e7c...
2010-05-26 Brian Paulmesa: move all vertex array functions into varray.c
2010-05-26 Brian Paulmesa: added _mesa_GetVertexAttribIiv / AttribIuiv()
2010-05-26 Brian Paulmesa: added _mesa_VertexAttribIPointer()
2010-05-26 Brian Paulmesa: new GL 3.0 VertexAttrib commands
2010-05-26 Brian Paulmesa: make a bunch of shader API functions static
2010-05-26 Brian Paulmesa: display list support for uint uniforms
2010-05-26 Brian Paulmesa: consolidate some glUniform code
2010-05-26 Brian Paulmesa: unsigned int uniform functions (GL3)
2010-05-26 Brian Paulmesa: support for unsigned int uniforms
2010-05-26 Marek Olšákr300/compiler: implement SGT+SLE opcodes
2010-05-26 Marek Olšákr300/compiler: fix dumping r5xx vertex shaders
2010-05-26 Marek Olšákr300/compiler: move hardware caps to the radeon_compile...
2010-05-26 Marek Olšákr300/compiler: shorten swizzle expressions
2010-05-24 Brian Paulmeta: Convert Z value from normalized to object-space...
2010-05-24 Kristian Høgsbergmesa: Reenable check for GL_FRAMEBUFFER_INCOMPLETE_DRAW...
2010-05-24 Brian Paulglsl: silence unused var warnings
2010-05-24 Kristian Høgsbergmesa: Handle FEATURE_es2_glsl differences at runtime too
2010-05-23 Eric Anholti965: Add support for all 8 possible ARB_draw_buffers...
2010-05-23 Eric Anholti965: Fix bit allocation for number of color regions...
2010-05-21 Jakob Borncrantzst_api: Give get_egl_image arguments directly to the...
2010-05-21 Brian Paulmesa: fix warnings about missing initializers in get...
2010-05-21 Brian Paulst/mesa: remove unused var
2010-05-21 Jakob Bornecrantzgallium: Fix invalidate framebuffer with old libGL...
2010-05-21 Roland ScheideggerMerge branch 'gallium-msaa'
2010-05-21 David ShaoAdd __DragonFly__ in querymatrix for fpclassify()
2010-05-21 Keith WhitwellMerge branch 'gallium-front-ccw'
2010-05-20 Eric Anholti965: remove disabled code for cycling through MRF...
2010-05-20 Kristian Høgsbergintel: Throttle after doing copyregion/swapbuffers...
2010-05-18 Roland Scheideggerst/mesa: fix wrong argument order
2010-05-17 Roland Scheideggermesa/st: adapt to interface changes
2010-05-14 Keith Whitwellgallium: more work on ccw flag removal
2010-05-13 Eric Anholti965: Reduce a single GL_QUADS to GL_TRIANGLE_FAN.
2010-05-13 Eric Anholtintel: Don't update window system renderbuffers on...
2010-05-13 Eric Anholtmesa: Remove no-op wrappers around trig functions.
2010-05-13 Eric Anholtmesa: Remove _mesa_pow(), which is always just pow().
2010-05-13 Alan Hourihanemesa: silence compiler warning
next