summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add mesa morph for waylandbaserock/genivi/waylandBen Brewer2012-11-081-0/+8
* 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
* mesa: fix MSVC signed/unsigned warnings in context.cBrian Paul2012-11-061-2/+2
* mesa: fix MSVC signed/unsigned warnings in transformfeedback.cBrian Paul2012-11-061-2/+2
* swrast: fix MSVC signed/unsigned warningsBrian Paul2012-11-061-2/+2
* tnl: fix MSVC signed/unsigned warningsBrian Paul2012-11-061-1/+2
* mesa: silence MSVC signed/unsigned warning in texgetmage.cBrian Paul2012-11-061-1/+1
* mesa: silence MSVC signed/unsigned warning in texstorage.cBrian Paul2012-11-061-1/+1
* vbo: use GLuint for numInstances to silence MSVC warningsBrian Paul2012-11-062-2/+2
* mesa: fix signed/unsigned MSVC warnings in fbobject.cBrian Paul2012-11-061-2/+3
* mesa: s/GLint/GLuint/ in matrix.c to silence MSVC warningsBrian Paul2012-11-061-1/+1
* mesa: s/int/GLuint/ in get.c to silence MSVC warningsBrian Paul2012-11-061-1/+1
* mesa: fix assorted MSVC conversion warnings in format_pack.cBrian Paul2012-11-061-10/+10
* st/mesa: change glsl_to_tgsi_visitor from class to structBrian Paul2012-11-061-1/+1
* st/mesa: add int cast to silence warningBrian Paul2012-11-061-1/+1
* glsl: fix signed/unsigned comparision warnings on MSVCBrian Paul2012-11-063-7/+7
* glsl: remove incorrect 'struct' keywordBrian Paul2012-11-061-1/+1
* glsl: add 'f' suffix to floats to silence MSVC warningsBrian Paul2012-11-061-1/+1
* glsl: change int->unsigned to silence MSVC warningsBrian Paul2012-11-062-2/+2
* scons: Require libdrm_radeon 2.4.40.Vinson Lee2012-11-051-1/+1
* r600g: add in-place DB decompression and texturing with DB tilingMarek Olšák2012-11-069-80/+218
* configure.ac: require libdrm_radeon 2.4.40Marek Olšák2012-11-061-1/+1
* vbo: fix glVertexAttribI* functionsMarek Olšák2012-11-0611-65/+180
* meta: Remove redundant code in _mesa_meta_GenerateMipmapAnuj Phogat2012-11-051-61/+4
* mesa: Generate invalid operation in glGenerateMipMap for integer texturesAnuj Phogat2012-11-051-0/+9
* trace: Prevent segfault when passing NULL to set_vertex_buffers.José Fonseca2012-11-052-15/+23