| Commit message (Expand) | Author | Age | Files | Lines |
* | softpipe: Fix rgb_dst_factor == PIPE_BLENDFACTOR_SRC_ALPHA_SATURATE. | José Fonseca | 2012-11-09 | 1 | -3/+3 |
* | tgsi: Lift the requirement of indirection being done by ADDR register. | José Fonseca | 2012-11-09 | 1 | -1/+0 |
* | util: Fix reduction of line adjacency primitives. | José Fonseca | 2012-11-09 | 1 | -0/+2 |
* | softpipe: Handle adjacency primitives. | José Fonseca | 2012-11-09 | 1 | -0/+46 |
* | util/u_rect: Make it C++ safe. | José Fonseca | 2012-11-09 | 1 | -0/+15 |
* | u_blitter: don't create fragment program for cube maps unless supported. | Dave Airlie | 2012-11-09 | 1 | -1/+6 |
* | mesa: Don't glPopAttrib() GL_POINT_SPRITE_COORD_ORIGIN on < OpenGL-2.0 | Mario Kleiner | 2012-11-08 | 1 | -2/+5 |
* | mesa: Fix glGetVertexAttribI[u]iv now that we have real integer attribs. | Kenneth Graunke | 2012-11-08 | 1 | -12/+4 |
* | mesa: Fix typo in glDeleteQueriesARB debug message. | Kenneth Graunke | 2012-11-08 | 1 | -1/+1 |
* | svga: Fix memory leak in svga_buffer_transfer_map. | Vinson Lee | 2012-11-08 | 1 | -0/+2 |
* | u_blitter: add cube map array support. | Dave Airlie | 2012-11-09 | 1 | -2/+3 |
* | softpipe: add ARB_texture_cube_map_array support (v1.1) | Dave Airlie | 2012-11-09 | 6 | -44/+274 |
* | st/mesa: add support for ARB_texture_cube_map_array (v2) | Dave Airlie | 2012-11-09 | 5 | -23/+64 |
* | gallium: add defines/shader opcode for texture cube map array | Dave Airlie | 2012-11-09 | 6 | -6/+25 |
* | mesa: arb_texture_cube_map_array: fix attrib push/pop | Dave Airlie | 2012-11-09 | 1 | -2/+4 |
* | glsl: add ARB_texture_cube_map_array support (v2) | Dave Airlie | 2012-11-09 | 12 | -7/+114 |
* | mesa: add get support for TEXTURE_BINDING_CUBE_MAP_ARRAY_ARB | Dave Airlie | 2012-11-09 | 2 | -0/+5 |
* | mesa: add fbo/texture support for ARB_texture_cube_map_array (v2) | Dave Airlie | 2012-11-09 | 10 | -7/+107 |
* | mesa: add ARB_texture_cube_map_array extension bits | Dave Airlie | 2012-11-09 | 2 | -0/+2 |
* | glapi: add ARB_texture_cube_map_array. | Dave Airlie | 2012-11-09 | 2 | -1/+19 |
* | r600g: fix lod bias/explicit lod with cube maps. | Dave Airlie | 2012-11-09 | 1 | -8/+20 |
* | r600g: clarify const buffer numbering and handling | Dave Airlie | 2012-11-09 | 4 | -4/+10 |
* | i965: Fix slow leak of brw->wm.compile_data->store | Eric Anholt | 2012-11-08 | 3 | -20/+6 |
* | i965/fs: Add support for global copy propagation. | Eric Anholt | 2012-11-08 | 2 | -20/+199 |
* | glsl_to_tgsi: fix dst register for texturing fetches. | Dave Airlie | 2012-11-09 | 1 | -1/+1 |
* | r600g: fix pre eg export with llvm | Vincent Lejeune | 2012-11-08 | 1 | -1/+1 |
* | i965: Fix assertion in brw_alu3. | Vinson Lee | 2012-11-07 | 1 | -1/+1 |
* | wayland: Destroy frame callback when destroying surface | Jonas Ådahl | 2012-11-07 | 2 | -0/+6 |
* | r600g/compute: fix call to r600_bytecode_init | Alex Deucher | 2012-11-07 | 1 | -1/+2 |
* | mesa: Remove PROG_EMIT_VERTEX and PROG_END_PRIMITIVE opcodes. | Kenneth Graunke | 2012-11-07 | 4 | -14/+0 |
* | svga: Ensure vb_transfer in svga_swtnl_draw_vbo in initialized. | Vinson Lee | 2012-11-06 | 1 | -1/+1 |
* | scons: Build src/mesa/main/es1_conversion.c for all builds. | Vinson Lee | 2012-11-06 | 1 | -1/+2 |
* | egl_dri2/x11: Fix eglPostSubBufferNV() | Fredrik Höglund | 2012-11-07 | 1 | -1/+1 |
* | dispatch: Delete unused init_dispatch functions. | Paul Berry | 2012-11-06 | 32 | -431/+0 |
* | dispatch: Code generate api_exec.c. | Paul Berry | 2012-11-06 | 6 | -934/+21 |
* | glapi/gen: Add code generation script for _mesa_create_exec_table(). | Paul Berry | 2012-11-06 | 1 | -0/+222 |
* | glapi/gen: handle new XML attributes. | Paul Berry | 2012-11-06 | 1 | -2/+63 |
* | glapi/gen: Gather API version info across aliased functions. | Paul Berry | 2012-11-06 | 1 | -1/+13 |
* | glapi/gen: Comment fix. | Paul Berry | 2012-11-06 | 1 | -1/+1 |
* | dispatch: Make all API functions non-static. | Paul Berry | 2012-11-06 | 34 | -538/+1304 |
* | glapi: Annotate XML with function name suffix anomalies. | Paul Berry | 2012-11-06 | 14 | -147/+191 |
* | glapi: Annotate XML with desktop="false" for GLES-only functions. | Paul Berry | 2012-11-06 | 5 | -57/+60 |
* | glapi: Annotate XML with exec="{es,check}" for special GLES1 functions. | Paul Berry | 2012-11-06 | 3 | -48/+49 |
* | glapi: Annotate XML with exec="loopback" for loopback functions. | Paul Berry | 2012-11-06 | 2 | -208/+271 |
* | glapi: Annotate XML with exec="dynamic" for dynamic functions. | Paul Berry | 2012-11-06 | 8 | -132/+208 |
* | glapi: Annotate XML with exec="skip" for unimplemented functions. | Paul Berry | 2012-11-06 | 6 | -273/+310 |
* | glapi: Annotate XML with deprecated="3.1" for deprecated functions. | Paul Berry | 2012-11-06 | 7 | -548/+710 |
* | glapi: Mark GLX extensions as window_system="glX". | Paul Berry | 2012-11-06 | 1 | -3/+3 |
* | glapi: Use GL_ or GLX_ prefix for all category names. | Paul Berry | 2012-11-06 | 1 | -2/+2 |
* | dispatch: Remove a few FEATURE_ES1 conditionals. | Paul Berry | 2012-11-06 | 5 | -18/+1 |