summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* util/u_surface: Support 3D/array textures in util_resource_copy_region().José Fonseca2012-11-091-26/+44
* draw: Remove redundant draw_geometry_shader_delete().José Fonseca2012-11-092-8/+2
* trace: Support geometry shaders.José Fonseca2012-11-091-115/+71
* util/u_surface: Fix util_clear_depth_stencil for Z32_FLOAT_S8X24_UINT.José Fonseca2012-11-091-12/+6
* galahad: Support geometry shader / stream-output methods.José Fonseca2012-11-091-82/+110
* softpipe,util: Fix blending of R and RG formats.José Fonseca2012-11-091-25/+1
* softpipe: Fix rgb_dst_factor == PIPE_BLENDFACTOR_SRC_ALPHA_SATURATE.José Fonseca2012-11-091-3/+3
* tgsi: Lift the requirement of indirection being done by ADDR register.José Fonseca2012-11-091-1/+0
* util: Fix reduction of line adjacency primitives.José Fonseca2012-11-091-0/+2
* softpipe: Handle adjacency primitives.José Fonseca2012-11-091-0/+46
* util/u_rect: Make it C++ safe.José Fonseca2012-11-091-0/+15
* u_blitter: don't create fragment program for cube maps unless supported.Dave Airlie2012-11-091-1/+6
* mesa: Don't glPopAttrib() GL_POINT_SPRITE_COORD_ORIGIN on < OpenGL-2.0Mario Kleiner2012-11-081-2/+5
* mesa: Fix glGetVertexAttribI[u]iv now that we have real integer attribs.Kenneth Graunke2012-11-081-12/+4
* mesa: Fix typo in glDeleteQueriesARB debug message.Kenneth Graunke2012-11-081-1/+1
* svga: Fix memory leak in svga_buffer_transfer_map.Vinson Lee2012-11-081-0/+2
* docs: update with ARB_texture_cube_map_array supportDave Airlie2012-11-092-1/+2
* u_blitter: add cube map array support.Dave Airlie2012-11-091-2/+3
* softpipe: add ARB_texture_cube_map_array support (v1.1)Dave Airlie2012-11-096-44/+274
* st/mesa: add support for ARB_texture_cube_map_array (v2)Dave Airlie2012-11-095-23/+64
* gallium: add defines/shader opcode for texture cube map arrayDave Airlie2012-11-096-6/+25
* mesa: arb_texture_cube_map_array: fix attrib push/popDave Airlie2012-11-091-2/+4
* glsl: add ARB_texture_cube_map_array support (v2)Dave Airlie2012-11-0912-7/+114
* mesa: add get support for TEXTURE_BINDING_CUBE_MAP_ARRAY_ARBDave Airlie2012-11-092-0/+5
* mesa: add fbo/texture support for ARB_texture_cube_map_array (v2)Dave Airlie2012-11-0910-7/+107
* mesa: add ARB_texture_cube_map_array extension bitsDave Airlie2012-11-092-0/+2
* glapi: add ARB_texture_cube_map_array.Dave Airlie2012-11-092-1/+19
* r600g: fix lod bias/explicit lod with cube maps.Dave Airlie2012-11-091-8/+20
* r600g: clarify const buffer numbering and handlingDave Airlie2012-11-094-4/+10
* i965: Fix slow leak of brw->wm.compile_data->storeEric Anholt2012-11-083-20/+6
* i965/fs: Add support for global copy propagation.Eric Anholt2012-11-082-20/+199
* glsl_to_tgsi: fix dst register for texturing fetches.Dave Airlie2012-11-091-1/+1
* r600g: fix pre eg export with llvmVincent Lejeune2012-11-081-1/+1
* i965: Fix assertion in brw_alu3.Vinson Lee2012-11-071-1/+1
* wayland: Destroy frame callback when destroying surfaceJonas Ådahl2012-11-072-0/+6
* r600g/compute: fix call to r600_bytecode_initAlex Deucher2012-11-071-1/+2
* mesa: Remove PROG_EMIT_VERTEX and PROG_END_PRIMITIVE opcodes.Kenneth Graunke2012-11-074-14/+0
* svga: Ensure vb_transfer in svga_swtnl_draw_vbo in initialized.Vinson Lee2012-11-061-1/+1
* scons: Build src/mesa/main/es1_conversion.c for all builds.Vinson Lee2012-11-061-1/+2
* egl_dri2/x11: Fix eglPostSubBufferNV()Fredrik Höglund2012-11-071-1/+1
* dispatch: Delete unused init_dispatch functions.Paul Berry2012-11-0632-431/+0
* dispatch: Code generate api_exec.c.Paul Berry2012-11-066-934/+21
* glapi/gen: Add code generation script for _mesa_create_exec_table().Paul Berry2012-11-061-0/+222
* glapi/gen: handle new XML attributes.Paul Berry2012-11-061-2/+63
* glapi/gen: Gather API version info across aliased functions.Paul Berry2012-11-061-1/+13
* glapi/gen: Comment fix.Paul Berry2012-11-061-1/+1
* dispatch: Make all API functions non-static.Paul Berry2012-11-0634-538/+1304
* glapi: Annotate XML with function name suffix anomalies.Paul Berry2012-11-0614-147/+191
* glapi: Annotate XML with desktop="false" for GLES-only functions.Paul Berry2012-11-065-57/+60
* glapi: Annotate XML with exec="{es,check}" for special GLES1 functions.Paul Berry2012-11-063-48/+49