mesa.git
2011-05-30 Marek Olšákst/mesa: GenerateMipmap should not be killed by conditi...
2011-05-30 Marek Olšákst/mesa: fix typos and add some format fallbacks in...
2011-05-30 Marek Olšákst/mesa: consolidate listing of depth formats
2011-05-30 Marek Olšákst/mesa: add GL_DEPTH_COMPONENT32 fallback formats
2011-05-30 Marek Olšákst/mesa: fix changing internal format via RenderbufferS...
2011-05-30 Marek Olšáktgsi/ureg: bump the limit of immediates
2011-05-29 Marek Olšáktrace: implement texture_barrier
2011-05-29 Marek Olšáktrace: implement render_condition
2011-05-29 Marek Olšákr300g: clear can be killed by render condition
2011-05-29 Tom Stellardr300g: Fix non-dri builds
2011-05-29 Marek Olšákr300g: fix occlusion queries when depth test is disable...
2011-05-29 Marek Olšákr300g: cleanup render_condition a bit
2011-05-29 Marek Olšákr300g: remove fake occlusion queries (debug option)
2011-05-29 Marek Olšákr300g: remove debug option DBG_FALL
2011-05-29 Marek Olšákr300g: print some HyperZ debug info
2011-05-27 Stéphane Marchesinglx: Fix glXGetFBConfigFromVisualSGIX.
2011-05-27 Pierre-Eric... mesa: set parameter list StateFlags field in _mesa_layo...
2011-05-27 Eric Anholti965/fs: Fix up for 8752764076e5b3f052a57e0134424a37bf2...
2011-05-27 Eric Anholtmesa: Include shader target in dumps of GLSL source.
2011-05-27 Eric Anholti965/fs: Do a FS compile up front at link time to produ...
2011-05-27 Eric Anholti965/fs: Split the GLSL IR -> FS LIR visitor to brw_fs_...
2011-05-27 Eric Anholti965/fs: Split the BRW native code emit to brw_fs_emit.cpp
2011-05-27 Eric Anholti965: Move a couple of GLSL IR -> BRW helper functions...
2011-05-27 Eric Anholti965: Move non-FS-specific shader support to brw_shader...
2011-05-27 Eric Anholti965: Avoid generating MOVs for assignments of expressions.
2011-05-27 Eric Anholti965/fs: Move the computation of register block count...
2011-05-27 Eric Anholti965/fs: Track fixed GRF regs separate from allocated...
2011-05-27 Eric Anholti965/fs: Add a helper function for add_dep(before,...
2011-05-27 Trevor Davenportnv50: fix emit_add_a16 to emit correct source reg
2011-05-27 Brian Paulmesa: s/height/depth/ in texsubimage()
2011-05-27 Brian Paulmesa: plug _mesa_GetObjectParameterivAPPLE into display...
2011-05-27 Brian Paulmesa: plug in GL_ARB_vertex_array_object display list...
2011-05-27 Brian Paulmesa: more geometry shader display list functions
2011-05-27 Brian Paulmesa: more transform feedback display list functions
2011-05-27 Brian Paulmesa: make query object API functions static
2011-05-27 Brian Paulmesa: simplify query object display list dispatch setup
2011-05-26 Eric Anholti965: Pack the lookup and line_aa bits into the first...
2011-05-26 Eric Anholti965: Remove dead shadowtex_mask entry in the WM key.
2011-05-26 Eric Anholti965: Remove linear_color for GL_PERSPECTIVE_CORRECTION...
2011-05-26 Eric Anholtintel: Drop doubly irrelevant code in intelReadBuffers.
2011-05-26 Eric Anholtmesa: Flush vertices before updating drawbuffer compute...
2011-05-26 Eric Anholtmesa: Allow NULL read/draw in complete FBOs in ARB_ES2_...
2011-05-26 Eric Anholtmesa: Trigger FBO validation on DrawBuffers change...
2011-05-26 Brian Paulmesa: minor whitespace fixes
2011-05-26 Brian Paulmesa: plug in sync object display list functions
2011-05-26 Brian Paulmesa: display list support for glProgramParameteriARB()
2011-05-26 Brian Paulmesa: plug shader object functions into display list...
2011-05-26 Brian Paulmesa: plug in GL 3.0 ClearBuffer() display list functions
2011-05-26 Brian Paulmesa: fill in missing sampler object display list functions
2011-05-26 Brian Paulst/mesa: simplify some st_context(ctx)->pipe code
2011-05-26 Brian Paulst/mesa: fix incorrect texture level/face/slice accesses
2011-05-25 Jakob Bornecrantzi915g: Bump texture sizes
2011-05-25 Eric Anholti965: Warnings cleanup.
2011-05-25 Eric Anholti965: Fix assertion failures in unused brw_reg setup...
2011-05-25 Alex Deucherr600g: remove duplicate opcode in r600_opcodes.h
2011-05-25 Chad Versaceintel: Change FBO validation criteria to accomodate...
2011-05-25 Chad Versaceintel: Fix intel_draw_buffer() to accomodate hiz and...
2011-05-25 Chad Versaceintel: Add hiz_region to intel_mipmap_tree
2011-05-25 Chad Versaceintel: Refactor the wrapping of textures with renderbuffers
2011-05-25 Chad Versaceintel: Add hiz_region to intel_renderbuffer
2011-05-25 Chad Versaceintel: Add is_hiz_depth_format() to intel_contex.vtbl
2011-05-25 Chad Versaceintel: Allocate region for separate stencil buffer
2011-05-25 Chad Versaceintel: Change supported texture formats for separate...
2011-05-25 Chad Versacemesa: Add MESA_FORMAT_X8_Z24 to _mesa_choose_tex_format
2011-05-25 Chad Versaceintel: Add flags to intel_context for hiz and separate...
2011-05-25 Adam Jacksonglx: Don't refer to the request buffer outside of ...
2011-05-25 Alex Deucheregl_dri2: add new cayman pci ids
2011-05-25 Alex Deucherr600g: fix eg/cayman scissor workaround
2011-05-25 Dave Airlier600g: add workaround for buggy hw scissor on eg/cayman.
2011-05-25 Dave Airlier600g: add initial cayman acceleration support.
2011-05-25 Dave Airlier600g: don't lookup a vs semantic for position/face.
2011-05-24 Dave Airlier600g: flush the DB dest base as well.
2011-05-24 Adam Jacksonglx: More comment cleanup
2011-05-24 Adam Jacksonglx: Remove some misleading comments
2011-05-24 Adam Jacksondrisw: Namespace better for ease of navigation
2011-05-24 Adam Jacksondrisw: dead store removal
2011-05-24 Mike Kaplinskiymesa: fix glGetTexImage for cases when srgb decode...
2011-05-24 Brian Paulst/mesa: prefer formats without stencil for DEPTH_COMPONENT
2011-05-24 Brian Paulst/mesa: rewrite st_choose_format() to be table driven
2011-05-24 José Fonsecawgl: Don't hold on to user supplied HDC.
2011-05-23 Thierry Redingmesa: Fix remap_table setup.
2011-05-23 Adam Jacksonmesa: Fix return type of _mesa_get_format_bytes()...
2011-05-22 Kenneth Graunkei965/gen7: Fix miptree layout for cube surfaces.
2011-05-22 Kenneth Graunkei965: Remove comments about pre-965 hardware.
2011-05-21 peppst/mesa: assign renderbuffer's format field when alloca...
2011-05-21 Christian Königr600g: fix "Fixed-Point Data Conversions"
2011-05-20 Kenneth Graunkei965: Fix sampling on Ivybridge after headerless change.
2011-05-20 Kenneth Graunkei965: Remove "TXD" from justification of sampler messag...
2011-05-20 Kenneth Graunkei965/gen7: Add support for rendering to depthbuffer...
2011-05-20 Benjamin Franzkest/egl: Add support for EGL_DRM_BUFFER_USE_CURSOR_MESA
2011-05-20 Benjamin Franzkest/dri: Support dri2 useflags in dri2_create_image
2011-05-20 Benjamin Franzkest/egl/wayland: Deal with wayland visual changes
2011-05-20 Thierry Redingmesa: Emit definition of GLAPIENTRYP in es_generator.py.
2011-05-20 José Fonsecaglapi: More type-checking in Get_xxx too.
2011-05-20 José Fonsecagallivm: Fix for dynamically linked LLVM 2.8 library.
2011-05-20 Brian Paulr300: move declaration before code
2011-05-20 Brian Paulst/glx: define/set new ST_CONTEXT_FLAG_bits
2011-05-20 Brian Paulst/glx: pass major, minor, context flags, etc to XMesaC...
2011-05-20 Brian Paulst/glx: implement glXCreateContextAttribsARB()
2011-05-20 Brian Paulst/glx: pass version, context flags, etc to create_cont...
next