index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
mesa: assert that key->fragprog_inputs_read value isn't too large
Brian Paul
2012-11-06
1
-0
/
+2
*
mesa: fix MSVC signed/unsigned warnings in context.c
Brian Paul
2012-11-06
1
-2
/
+2
*
mesa: fix MSVC signed/unsigned warnings in transformfeedback.c
Brian Paul
2012-11-06
1
-2
/
+2
*
swrast: fix MSVC signed/unsigned warnings
Brian Paul
2012-11-06
1
-2
/
+2
*
tnl: fix MSVC signed/unsigned warnings
Brian Paul
2012-11-06
1
-1
/
+2
*
mesa: silence MSVC signed/unsigned warning in texgetmage.c
Brian Paul
2012-11-06
1
-1
/
+1
*
mesa: silence MSVC signed/unsigned warning in texstorage.c
Brian Paul
2012-11-06
1
-1
/
+1
*
vbo: use GLuint for numInstances to silence MSVC warnings
Brian Paul
2012-11-06
2
-2
/
+2
*
mesa: fix signed/unsigned MSVC warnings in fbobject.c
Brian Paul
2012-11-06
1
-2
/
+3
*
mesa: s/GLint/GLuint/ in matrix.c to silence MSVC warnings
Brian Paul
2012-11-06
1
-1
/
+1
*
mesa: s/int/GLuint/ in get.c to silence MSVC warnings
Brian Paul
2012-11-06
1
-1
/
+1
*
mesa: fix assorted MSVC conversion warnings in format_pack.c
Brian Paul
2012-11-06
1
-10
/
+10
*
st/mesa: change glsl_to_tgsi_visitor from class to struct
Brian Paul
2012-11-06
1
-1
/
+1
*
st/mesa: add int cast to silence warning
Brian Paul
2012-11-06
1
-1
/
+1
*
glsl: fix signed/unsigned comparision warnings on MSVC
Brian Paul
2012-11-06
3
-7
/
+7
*
glsl: remove incorrect 'struct' keyword
Brian Paul
2012-11-06
1
-1
/
+1
*
glsl: add 'f' suffix to floats to silence MSVC warnings
Brian Paul
2012-11-06
1
-1
/
+1
*
glsl: change int->unsigned to silence MSVC warnings
Brian Paul
2012-11-06
2
-2
/
+2
[next]