mesa.git
2011-06-06 Stéphane Marchesini915g: implement more opcodes.
2011-06-06 Stéphane Marchesini915g: implement TGSI_OPCODE_SEQ.
2011-06-06 Stéphane Marchesini915g: handle varyings properly.
2011-06-06 Stéphane Marchesini915g: add missing and unsupported PIPE_CAPs to avoid...
2011-06-06 Stéphane Marchesindri2: protect dri2FlushFrontBuffer against NULL buffers.
2011-06-06 Stéphane MarchesinGallium: fix indentation in u_blitter.c
2011-06-06 Stéphane Marchesini915g: don't destroy a texture buffer if it's NULL.
2011-06-06 Stéphane Marchesinllvmpipe: use $(CXX) instead of g++ for linking.
2011-06-06 Kenneth Graunkei965: Update SURFACE_STATE dumping for Ivybridge.
2011-06-06 Kenneth Graunkei965: Update SAMPLER_STATE dumping for Ivybridge.
2011-06-06 Kenneth Graunkei965: Update SF_CLIP_VIEWPORT state dumping for Ivybridge.
2011-06-06 Jeremy Huddlestonapple: Package applegl source into MesaLib tarball
2011-06-06 Jeremy Huddlestondarwin: Define GALLIUM_DRIVERS_DIRS in darwin config
2011-06-06 Jeremy Huddlestonapple: Finish build fixes for applegl_glx.c
2011-06-06 Jeremy Huddlestonapple: More fixes for compilation failures
2011-06-06 Andreas Faengersoftpipe: Anisotropic filtering extension.
2011-06-06 Brian Paulst/mesa: fix renderbuffer internal format for accum...
2011-06-06 Marcin Slusarzutil: add \n to debug_checkpoint_full
2011-06-06 Marcin Slusarznv50: fix nv50_sampler_state_delete array overflow
2011-06-06 Jeremy Huddlestonapple: Fix multiple build failures in applegl_glx.c
2011-06-06 Jeremy Huddlestonapple: Build darwin using applegl rather than indirect
2011-06-06 Jeremy Huddlestonglx: Dead code removal
2011-06-06 Jeremy Huddlestonapple: ifdef out come glapi-foo on darwin
2011-06-06 Jeremy Huddlestonapple: Change from XExtDisplayInfo to struct glx_display
2011-06-06 Ben Skeggsdri/nouveau: fix gnome-shell segfault
2011-06-05 Jeremy Huddlestonapple: Rename GLXcontext
2011-06-05 Jeremy Huddlestonapple: Rename _gl_context_modes_find_visual to glx_conf...
2011-06-05 Jeremy Huddlestonapple: Re-add driContext and do_destroy
2011-06-05 Jeremy Huddlestonapple: Rename GLXcontext
2011-06-05 Jeremy Huddlestonapple: Rename __GLcontextModes to struct glx_config
2011-06-05 Jeremy Huddlestonapple: Rename glcontextmodes.[ch] to glxconfig.[ch]
2011-06-05 Jeremy Huddlestonapple: Update GL specs
2011-06-05 Eric Anholtmeta: Don't do sRGB encode for framebuffer blits on...
2011-06-05 Eric Anholtmeta: Don't do srgb to linear decode when blitting...
2011-06-03 Eric Anholtglx: Fix use-before-null-check in dri2InvalidateBuffers().
2011-06-03 Eric Anholti965: Drop remaining strict conformance fallback for...
2011-06-03 Eric Anholti965: Drop strict conformance fallback for GL_LINE_STIPPLE.
2011-06-03 Eric Anholti965: Drop strict conformance fallback for GL_LINE_SMOOTH.
2011-06-03 Eric Anholti965: Drop strict conformance fallback for GL_POLYGON_S...
2011-06-03 Eric Anholti965: Drop INTEL_CONFORMANCE=2 fallback code.
2011-06-03 Paul Berryglsl: fixed printing of structure constants.
2011-06-03 Paul BerryAST dump: fixed printing of conditionals.
2011-06-03 Dave Airlier600g: move spi update to only when states change.
2011-06-03 Dave Airliecso: move cso hashes to a more table driven scheme
2011-06-03 Dave Airlieu_prim: convert u_trim_pipe_prim to table driven.
2011-06-03 Dave Airlier600g: make conv pipe prim table driven.
2011-06-03 Brian Paulmesa: fix typo (s/GLGL/GLSL/)
2011-06-03 Brian Paulmesa: 80-column wrapping
2011-06-03 Brian Paulmesa: consolidate glGetUniform code
2011-06-03 Brian Paulmesa: refactor/consolidate uniform lookup code
2011-06-03 Brian Paulmesa: add some minor fixes for geometry shaders
2011-06-03 Brian Pauldri: add missing files from 873379a8818eed9ab16c24728b7...
2011-06-02 Pierre-Eric... mesa: add implementation of glDrawElementsInstancedBase...
2011-06-02 Pierre-Eric... glapi: regenerated files
2011-06-02 Brian Paulglapi: add glDrawElementsInstancedBaseVertex() function...
2011-06-02 Johannes Obermayrdri/nouveau: Fix build with --enable-shared-dricore.
2011-06-02 Brian Paulr300: remove MIN3 macro, already defined in macros.h
2011-06-02 Dave Airlier600g: sampler and texture state doesn't need a range...
2011-06-02 Adam Jacksonglx: Remove (unused, broken) fastImageUnpack fast path
2011-06-02 Adam Jacksonglx: Fix another case of using req outside of the displ...
2011-06-02 Marek Olšáksoftpipe: add a better fake implementation of fences
2011-06-02 Brian Paulutil: faster logbase2
2011-06-02 Benjamin Bellecmesa: faster logbase2
2011-06-02 Brian Paulst/mesa: add GL_R11F_G11F_B10F to format table
2011-06-02 Christoph Bumillerd3d1x/sm4: don't reset 1st index of multi-dimensional...
2011-06-02 Christoph Bumillerd3d1x/sm4: fix swizzle for 1 component operands
2011-06-02 Chris Wilsoni965: Raise const.MaxTextureLevels to 14 (8192)
2011-06-02 Dave Airlier600g: add spi state and move spi/vgt to modify register
2011-06-02 Dave Airlier600g: decrease CPU time on set buffer resources
2011-06-02 Dave Airlier600g: work out range/block etc at state build time.
2011-06-02 Dave Airlier600g: deinline r600_pipe_state_add_reg.
2011-06-02 Dave Airlier600g: prepare for passing ctx into _r600_pipe_state_ad...
2011-06-02 Dave Airlier600g: migrate macros from r600_priv.h to r600.h
2011-06-02 Dave Airlier600g: remote ctx arg to block/range macros.
2011-06-02 Dave Airlier600g: avoid copying unnecessary pieces of a block.
2011-06-02 Dave Airlier600g: optimise state setting in r600_draw_vbo.
2011-06-02 Dave Airlier600g: force new evergreen blocks for large range.
2011-06-01 Brian Paulst/mesa: add format table entry for GL_RGB9_E5
2011-06-01 Nathan Kiddglapi: Make xserver location error more helpful
2011-06-01 Marek Olšákmesa: queries of non-existent FBO attachments should...
2011-06-01 Marek Olšákmesa: UseShaderProgramEXT and Uniform* shouldn't be...
2011-06-01 Marek Olšákr300g: remove unused debug option DBG_UPLOAD
2011-05-31 Alex Deucherr600c: add support for llano
2011-05-31 Alex Deucherr600g: add llano support
2011-05-31 Eric Anholti965/fs: Use the embedded compare in SEL on gen6+.
2011-05-31 Benjamin Franzkewayland-drm: Check visual for being NULL
2011-05-31 Benjamin FranzkeFiuxp make tarballs for wayland-egl/drm
2011-05-31 Benjamin Franzkest/egl: Fix udev linkage when egl_dri2 is not build
2011-05-31 Benjamin Franzkeegl_dri2: Fix usage of bool values
2011-05-31 Benjamin Franzkewayland-egl: Remove left-over headers and struct
2011-05-31 Eric Anholti965: Remove brw_surface_state struct that is now unused.
2011-05-31 Eric Anholti965: Switch brw_state_dump to using bitshifting for...
2011-05-31 Eric Anholti965: Replace struct with bit shifting for WM null...
2011-05-31 Eric Anholti965: Replace struct with bit shifting for WM pull...
2011-05-31 Eric Anholti965: Replace struct with bit shifting for WM render...
2011-05-31 Eric Anholti965: Replace structs with bitfield shifting for WM...
2011-05-31 Eric Anholti965: Add defines for surface state setup using bitfiel...
2011-05-31 Eric Anholti965: Don't compute brw->wm.input_size_masks when it...
2011-05-31 Eric Anholti965: Drop a gratuitous "if" that the compiler didn...
2011-05-31 Eric Anholti965: Move prepare_wm_surfaces texobj declarations...
next