mesa: rewrite _mesa_get_handle() and add some comments
[mesa.git] / src /
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 Marek Olšákr300g: decouple drawing code and two-sided stencil...
2010-05-26 Marek Olšákr300g/swtcl: handle large index count properly
2010-05-26 Marek Olšákr300g/swtcl: force vertex prefetching for non-indexed...
2010-05-26 Marek Olšákr300g/swtcl: move emitting AOS to prepare_for_rendering
2010-05-26 Marek Olšákr300g/swtcl: vbo transfer sanity checks
2010-05-26 Marek Olšákr300g: add get_cs_info winsys entrypoint, abandon check_cs
2010-05-26 Marek Olšákr300g/swtcl: do not use u_upload_mgr and do not compute...
2010-05-26 Marek Olšákr300g: remove unnecessary includes
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 Vinson Leegallivm: Remove unnecessary headers.
2010-05-26 Vinson Leest/xorg: Remove unnecessary headers.
2010-05-26 Vinson Leeutil: Remove unnecessary headers.
2010-05-26 Vinson Leest/dri: Remove dri.c from SCons build.
2010-05-26 Kristian HøgsbergRevert the 'make static' part of 962f92611216e304c95e7c...
2010-05-26 Marek Olšákr300g: fix fence referencing
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-26 Dave Airlierbug: add set sample mask passthrough.
2010-05-25 Marek Olšákr300g: more efficient finish + fix comments
2010-05-25 Marek Olšákr300g: implement fake but compliant fences
2010-05-25 Marek Olšákr300g: add r300_init_render_functions, remove r300_render.h
2010-05-25 Marek Olšákr300g: remove r300_query.h
2010-05-25 Marek Olšákr300g: remove r300_flush.h
2010-05-25 Marek Olšákr300g: add r300_init_blit_functions, remove r300_blit.h
2010-05-25 Marek Olšákutil: update comments at blitter
2010-05-25 Marek Olšákutil: fix indentation in blitter
2010-05-25 Marek Olšákr300g,util: remove pipe_surface from the util_blitter_c...
2010-05-25 Marek Olšákr300g,util: remove pipe_surface from the util_blitter_f...
2010-05-25 Marek Olšákutil: remove unused util_blitter_copy_surface
2010-05-25 Jakob Bornecrantzdrm_api: Remove type argument from create screen callback
2010-05-25 Jakob Bornecrantzgallium: Remove dri1_api.h and winsys support for DRI1
2010-05-25 Jakob Bornecrantzst/dri: Remove DRI1 support
2010-05-25 José Fonsecallvmpipe: Stop relying on PIPE_FLUSH_TEXTURE_CACHE...
2010-05-25 José Fonsecagallivm: Choose an appropriate code generation optimiza...
2010-05-24 Brian Paulsw/xlib: NULL-out pointers after freeing image data
2010-05-24 Brian Paulst/glx: check if deleting head of buffer list
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 José Fonsecallvmpipe: Also test compressed formats in lp_test_format()
2010-05-24 José Fonsecallvmpipe: Fix lp_test_format on 32bit OSes.
2010-04-30 Jakob Bornecrantzxorg-vmwgfx: Add vmwctrl proto
2010-05-24 Kristian Høgsbergmesa: Handle FEATURE_es2_glsl differences at runtime too
2010-05-24 José Fonsecallvmpipe: Delete extraneous arugment too.
2010-05-24 José Fonsecallvmpipe: Remove unused sincos_test_case struct.
2010-05-24 Qicheng Christopher Lillvmpipe: Unit test for sin/cos that compares against...
2010-05-24 Qicheng Christopher Ligallivm: Efficient implementation of sin/cos.
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-23 Marek Olšákutil/blitter: allow NULL clear color
2010-05-23 Marek Olšákr300g: extend compile error message
2010-05-23 Marek Olšákr300g: fix dummy vertex shader compilation
2010-05-23 Marek Olšákr300g: fix warnings
2010-05-22 José Fonsecallvmpipe: Fill in slice_stride.
2010-05-22 Kristian Høgsbergglx: Invalidate drawable in glXBindTexImageEXT() if...
2010-05-22 Kristian Høgsbergglx: Split tfp functions out to context vtable
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 Brian Paulst/glx: fix incorrect parameter type
2010-05-21 Jakob Bornecrantzgallium: Fix invalidate framebuffer with old libGL...
2010-05-21 Jakob Bornecrantzst_api: Add get param function to st_manager
2010-05-21 Jakob Bornecrantznouveau: Fix build after msaa merge
2010-05-21 Roland Scheideggerrbug: fix breakage due to interface changes
2010-05-21 Roland ScheideggerMerge branch 'gallium-msaa'
2010-05-21 Patrice Mandinnouveau/nvfx: Fill more PIPE_CAP_MAX_ values
2010-05-21 David ShaoAdd __DragonFly__ in querymatrix for fpclassify()
2010-05-21 Brian Paulcell: assorted compilation fixes
2010-05-21 Brian Paulcell: fix breakage from earlier draw module changes
2010-05-21 Keith Whitwellgallium: remnants of old ccw state
2010-05-21 Keith WhitwellMerge branch 'gallium-front-ccw'
2010-05-21 Keith Whitwelldocs: update rasterizer for ccw changes
2010-05-20 Eric AnholtMake TLS EGL dri2 driver search path behavior match...
2010-05-20 Eric AnholtFix a substitution in glesv1_cm.pc
2010-05-20 Eric Anholti965: remove disabled code for cycling through MRF...
2010-05-20 Xavier Chantrynv50: fixed other void pointer arithmetic errors
2010-05-20 Xavier Chantrynv50: fix too long shader uploads by splitting them
2010-05-20 Christoph Bumillernv50: fill in shader limits
2010-05-20 Brian Paulgallivm: rename a var: s/val/array_size/
next