mesa.git
2010-05-27 Brian Paulllvmpipe: s/bool/boolean
2010-05-27 Brian Paulsw/xlib: avoid dereferencing a null pointer
2010-05-27 Brian Paulgallivm: add assertions to check type of phi variables
2010-05-27 Brian Paulmesa: fix incorrect GL_DEPTH_STENCIL_ATTACHMENT format...
2010-05-27 Marek Olšákr300g/swtcl: fix secondary color and back-face color...
2010-05-27 José Fonsecallvmpipe: Refer to my personal udis86 repository.
2010-05-27 José Fonsecautil: Also add a define for the dynamic library's prefix.
2010-05-27 Brian Paulegl/mks: remove extra param from function call
2010-05-27 Brian Paulegl_g3d: add missing param to egl_g3d_st_manager_get_eg...
2010-05-27 Brian Paulfbdev: some hacking to get the driver to compile (untested)
2010-05-27 Brian Paulupdate linux-fbdev config
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 Kristian Høgsbergegl: Return NULL if we fail to load a default driver
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 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 Chia-I Wuprogs: Remove remaining EGL demos.
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
next