summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* glapi: Annotate XML with exec="loopback" for loopback functions.Paul Berry2012-11-062-208/+271
* glapi: Annotate XML with exec="dynamic" for dynamic functions.Paul Berry2012-11-068-132/+208
* glapi: Annotate XML with exec="skip" for unimplemented functions.Paul Berry2012-11-066-273/+310
* glapi: Annotate XML with deprecated="3.1" for deprecated functions.Paul Berry2012-11-067-548/+710
* glapi: Mark GLX extensions as window_system="glX".Paul Berry2012-11-061-3/+3
* glapi: Use GL_ or GLX_ prefix for all category names.Paul Berry2012-11-061-2/+2
* dispatch: Remove a few FEATURE_ES1 conditionals.Paul Berry2012-11-065-18/+1
* mesa: assert that key->fragprog_inputs_read value isn't too largeBrian Paul2012-11-061-0/+2