mesa.git
2012-11-09 Dave Airliegallium: fix unused cap warnings in drivers for cube...
2012-11-09 Dave Airlier600g: add initial cube map array support (v2)
2012-11-09 Dave Airlieu_blitter: fix cube array check
2012-11-09 José Fonsecautil/u_surface: Support 3D/array textures in util_resou...
2012-11-09 José Fonsecadraw: Remove redundant draw_geometry_shader_delete().
2012-11-09 José Fonsecatrace: Support geometry shaders.
2012-11-09 José Fonsecautil/u_surface: Fix util_clear_depth_stencil for Z32_FL...
2012-11-09 José Fonsecagalahad: Support geometry shader / stream-output methods.
2012-11-09 José Fonsecasoftpipe,util: Fix blending of R and RG formats.
2012-11-09 José Fonsecasoftpipe: Fix rgb_dst_factor == PIPE_BLENDFACTOR_SRC_AL...
2012-11-09 José Fonsecatgsi: Lift the requirement of indirection being done...
2012-11-09 José Fonsecautil: Fix reduction of line adjacency primitives.
2012-11-09 José Fonsecasoftpipe: Handle adjacency primitives.
2012-11-09 José Fonsecautil/u_rect: Make it C++ safe.
2012-11-09 Dave Airlieu_blitter: don't create fragment program for cube maps...
2012-11-09 Mario Kleinermesa: Don't glPopAttrib() GL_POINT_SPRITE_COORD_ORIGIN...
2012-11-09 Kenneth Graunkemesa: Fix glGetVertexAttribI[u]iv now that we have...
2012-11-09 Kenneth Graunkemesa: Fix typo in glDeleteQueriesARB debug message.
2012-11-09 Vinson Leesvga: Fix memory leak in svga_buffer_transfer_map.
2012-11-09 Dave Airliedocs: update with ARB_texture_cube_map_array support
2012-11-09 Dave Airlieu_blitter: add cube map array support.
2012-11-09 Dave Airliesoftpipe: add ARB_texture_cube_map_array support (v1.1)
2012-11-09 Dave Airliest/mesa: add support for ARB_texture_cube_map_array...
2012-11-09 Dave Airliegallium: add defines/shader opcode for texture cube...
2012-11-09 Dave Airliemesa: arb_texture_cube_map_array: fix attrib push/pop
2012-11-09 Dave Airlieglsl: add ARB_texture_cube_map_array support (v2)
2012-11-08 Dave Airliemesa: add get support for TEXTURE_BINDING_CUBE_MAP_ARRA...
2012-11-08 Dave Airliemesa: add fbo/texture support for ARB_texture_cube_map_...
2012-11-08 Dave Airliemesa: add ARB_texture_cube_map_array extension bits
2012-11-08 Dave Airlieglapi: add ARB_texture_cube_map_array.
2012-11-08 Dave Airlier600g: fix lod bias/explicit lod with cube maps.
2012-11-08 Dave Airlier600g: clarify const buffer numbering and handling
2012-11-08 Eric Anholti965: Fix slow leak of brw->wm.compile_data->store
2012-11-08 Eric Anholti965/fs: Add support for global copy propagation.
2012-11-08 Dave Airlieglsl_to_tgsi: fix dst register for texturing fetches.
2012-11-08 Vincent Lejeuner600g: fix pre eg export with llvm
2012-11-08 Vinson Leei965: Fix assertion in brw_alu3.
2012-11-07 Jonas Ådahlwayland: Destroy frame callback when destroying surface
2012-11-07 Alex Deucherr600g/compute: fix call to r600_bytecode_init
2012-11-07 Kenneth Graunkemesa: Remove PROG_EMIT_VERTEX and PROG_END_PRIMITIVE...
2012-11-07 Vinson Leesvga: Ensure vb_transfer in svga_swtnl_draw_vbo in...
2012-11-07 Vinson Leescons: Build src/mesa/main/es1_conversion.c for all...
2012-11-06 Fredrik Höglundegl_dri2/x11: Fix eglPostSubBufferNV()
2012-11-06 Paul Berrydispatch: Delete unused init_dispatch functions.
2012-11-06 Paul Berrydispatch: Code generate api_exec.c.
2012-11-06 Paul Berryglapi/gen: Add code generation script for _mesa_create_...
2012-11-06 Paul Berryglapi/gen: handle new XML attributes.
2012-11-06 Paul Berryglapi/gen: Gather API version info across aliased funct...
2012-11-06 Paul Berryglapi/gen: Comment fix.
2012-11-06 Paul Berrydispatch: Make all API functions non-static.
2012-11-06 Paul Berryglapi: Annotate XML with function name suffix anomalies.
2012-11-06 Paul Berryglapi: Annotate XML with desktop="false" for GLES-only...
2012-11-06 Paul Berryglapi: Annotate XML with exec="{es,check}" for special...
2012-11-06 Paul Berryglapi: Annotate XML with exec="loopback" for loopback...
2012-11-06 Paul Berryglapi: Annotate XML with exec="dynamic" for dynamic...
2012-11-06 Paul Berryglapi: Annotate XML with exec="skip" for unimplemented...
2012-11-06 Paul Berryglapi: Annotate XML with deprecated="3.1" for deprecate...
2012-11-06 Paul Berryglapi: Mark GLX extensions as window_system="glX".
2012-11-06 Paul Berryglapi: Use GL_ or GLX_ prefix for all category names.
2012-11-06 Paul Berrydispatch: Remove a few FEATURE_ES1 conditionals.
2012-11-06 Brian Paulmesa: assert that key->fragprog_inputs_read value isn...
2012-11-06 Brian Paulmesa: fix MSVC signed/unsigned warnings in context.c
2012-11-06 Brian Paulmesa: fix MSVC signed/unsigned warnings in transformfee...
2012-11-06 Brian Paulswrast: fix MSVC signed/unsigned warnings
2012-11-06 Brian Paultnl: fix MSVC signed/unsigned warnings
2012-11-06 Brian Paulmesa: silence MSVC signed/unsigned warning in texgetmage.c
2012-11-06 Brian Paulmesa: silence MSVC signed/unsigned warning in texstorage.c
2012-11-06 Brian Paulvbo: use GLuint for numInstances to silence MSVC warnings
2012-11-06 Brian Paulmesa: fix signed/unsigned MSVC warnings in fbobject.c
2012-11-06 Brian Paulmesa: s/GLint/GLuint/ in matrix.c to silence MSVC warnings
2012-11-06 Brian Paulmesa: s/int/GLuint/ in get.c to silence MSVC warnings
2012-11-06 Brian Paulmesa: fix assorted MSVC conversion warnings in format_p...
2012-11-06 Brian Paulst/mesa: change glsl_to_tgsi_visitor from class to...
2012-11-06 Brian Paulst/mesa: add int cast to silence warning
2012-11-06 Brian Paulglsl: fix signed/unsigned comparision warnings on MSVC
2012-11-06 Brian Paulglsl: remove incorrect 'struct' keyword
2012-11-06 Brian Paulglsl: add 'f' suffix to floats to silence MSVC warnings
2012-11-06 Brian Paulglsl: change int->unsigned to silence MSVC warnings
2012-11-06 Vinson Leescons: Require libdrm_radeon 2.4.40.
2012-11-06 Marek Olšákr600g: add in-place DB decompression and texturing...
2012-11-06 Marek Olšákconfigure.ac: require libdrm_radeon 2.4.40
2012-11-06 Marek Olšákvbo: fix glVertexAttribI* functions
2012-11-05 Anuj Phogatmeta: Remove redundant code in _mesa_meta_GenerateMipmap
2012-11-05 Anuj Phogatmesa: Generate invalid operation in glGenerateMipMap...
2012-11-05 José Fonsecatrace: Prevent segfault when passing NULL to set_vertex...
2012-11-05 José Fonsecagalahad: Prevent segfault when passing NULL to set_vert...
2012-11-05 José Fonsecautil: Make u_framebuffer.h C++ safe.
2012-11-04 Eric Anholtmesa: Use "non-gen name" more consistently as an error...
2012-11-04 Eric Anholtmesa: Fix core GL genned-name handling for glBeginQuery().
2012-11-04 Eric Anholtmesa: Fix the core GL genned-name handling for glBindBu...
2012-11-04 Vandrus Zoltáni965: Fix oversized initial allocation of the state...
2012-11-04 Eric Anholti965: Force border color A to 1 when it's not present...
2012-11-04 Eric Anholti965: Fix uploading user vertex arrays with basevertex...
2012-11-04 Eric Anholti965: Set dirty state for brw_draw_upload.c when num_in...
2012-11-04 Eric Anholti965: Remove the vbo_rebase_prims() path.
2012-11-04 Eric Anholti965/fs: Fix a comment in copy propagation.
2012-11-04 Eric Anholti965/fs: Allow copy-propagation on pull constant load...
2012-11-04 Eric Anholti965/fs: Do dead code elimination just after copy propa...
2012-11-04 Lucas Stachnv50,nvc0: expose ARB_map_buffer_alignment
2012-11-04 Kenneth Graunkei965/fs: Compact the virtual GRF arrays.
next