summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-11-09r600g: add initial cube map array support (v2)arb_texture_cube_map_arrayDave Airlie9-15/+238
2012-11-09docs: update with ARB_texture_cube_map_array supportDave Airlie2-1/+2
2012-11-09u_blitter: add cube map array support.Dave Airlie1-2/+3
2012-11-09softpipe: add ARB_texture_cube_map_array support (v1.1)Dave Airlie6-44/+274
2012-11-09st/mesa: add support for ARB_texture_cube_map_array (v2)Dave Airlie5-23/+64
2012-11-09gallium: add defines/shader opcode for texture cube map arrayDave Airlie6-6/+25
2012-11-09mesa: arb_texture_cube_map_array: fix attrib push/popDave Airlie1-2/+4
2012-11-09glsl: add ARB_texture_cube_map_array support (v2)Dave Airlie12-7/+114
2012-11-09mesa: add get support for TEXTURE_BINDING_CUBE_MAP_ARRAY_ARBDave Airlie2-0/+5
2012-11-09mesa: add fbo/texture support for ARB_texture_cube_map_array (v2)Dave Airlie10-7/+107
2012-11-09mesa: add ARB_texture_cube_map_array extension bitsDave Airlie2-0/+2
2012-11-09glapi: add ARB_texture_cube_map_array.Dave Airlie2-1/+19
2012-11-09r600g: fix lod bias/explicit lod with cube maps.Dave Airlie1-8/+20
2012-11-09r600g: clarify const buffer numbering and handlingDave Airlie4-4/+10
2012-11-08i965: Fix slow leak of brw->wm.compile_data->storeEric Anholt3-20/+6
2012-11-08i965/fs: Add support for global copy propagation.Eric Anholt2-20/+199
2012-11-09glsl_to_tgsi: fix dst register for texturing fetches.Dave Airlie1-1/+1
2012-11-08r600g: fix pre eg export with llvmVincent Lejeune1-1/+1
2012-11-07i965: Fix assertion in brw_alu3.Vinson Lee1-1/+1
2012-11-07wayland: Destroy frame callback when destroying surfaceJonas Ådahl2-0/+6
2012-11-07r600g/compute: fix call to r600_bytecode_initAlex Deucher1-1/+2
2012-11-07mesa: Remove PROG_EMIT_VERTEX and PROG_END_PRIMITIVE opcodes.Kenneth Graunke4-14/+0
2012-11-06svga: Ensure vb_transfer in svga_swtnl_draw_vbo in initialized.Vinson Lee1-1/+1
2012-11-06scons: Build src/mesa/main/es1_conversion.c for all builds.Vinson Lee1-1/+2
2012-11-07egl_dri2/x11: Fix eglPostSubBufferNV()Fredrik Höglund1-1/+1
2012-11-06dispatch: Delete unused init_dispatch functions.Paul Berry32-431/+0
2012-11-06dispatch: Code generate api_exec.c.Paul Berry6-934/+21
2012-11-06glapi/gen: Add code generation script for _mesa_create_exec_table().Paul Berry1-0/+222
2012-11-06glapi/gen: handle new XML attributes.Paul Berry1-2/+63
2012-11-06glapi/gen: Gather API version info across aliased functions.Paul Berry1-1/+13
2012-11-06glapi/gen: Comment fix.Paul Berry1-1/+1
2012-11-06dispatch: Make all API functions non-static.Paul Berry34-538/+1304
2012-11-06glapi: Annotate XML with function name suffix anomalies.Paul Berry14-147/+191
2012-11-06glapi: Annotate XML with desktop="false" for GLES-only functions.Paul Berry5-57/+60
2012-11-06glapi: Annotate XML with exec="{es,check}" for special GLES1 functions.Paul Berry3-48/+49
2012-11-06glapi: Annotate XML with exec="loopback" for loopback functions.Paul Berry2-208/+271
2012-11-06glapi: Annotate XML with exec="dynamic" for dynamic functions.Paul Berry8-132/+208
2012-11-06glapi: Annotate XML with exec="skip" for unimplemented functions.Paul Berry6-273/+310
2012-11-06glapi: Annotate XML with deprecated="3.1" for deprecated functions.Paul Berry7-548/+710
2012-11-06glapi: Mark GLX extensions as window_system="glX".Paul Berry1-3/+3
2012-11-06glapi: Use GL_ or GLX_ prefix for all category names.Paul Berry1-2/+2
2012-11-06dispatch: Remove a few FEATURE_ES1 conditionals.Paul Berry5-18/+1
2012-11-06mesa: assert that key->fragprog_inputs_read value isn't too largeBrian Paul1-0/+2
2012-11-06mesa: fix MSVC signed/unsigned warnings in context.cBrian Paul1-2/+2
2012-11-06mesa: fix MSVC signed/unsigned warnings in transformfeedback.cBrian Paul1-2/+2
2012-11-06swrast: fix MSVC signed/unsigned warningsBrian Paul1-2/+2
2012-11-06tnl: fix MSVC signed/unsigned warningsBrian Paul1-1/+2
2012-11-06mesa: silence MSVC signed/unsigned warning in texgetmage.cBrian Paul1-1/+1
2012-11-06mesa: silence MSVC signed/unsigned warning in texstorage.cBrian Paul1-1/+1
2012-11-06vbo: use GLuint for numInstances to silence MSVC warningsBrian Paul2-2/+2