index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: Unhook NV_fragment_program API from the dispatch table.
Kenneth Graunke
2012-10-16
2
-102
/
+0
*
swrast: Remove support for the NV_fragment_program extension.
Kenneth Graunke
2012-10-16
3
-9
/
+1
*
mesa/es: Enable GL_EXT_map_buffer_range
Fredrik Höglund
2012-10-16
4
-10
/
+22
*
st/mesa: remove OPCODE_BRA switch case
Brian Paul
2012-10-15
1
-2
/
+0
*
mesa: Remove defines for NV_vertex_program limits.
Eric Anholt
2012-10-15
3
-18
/
+4
*
mesa: Fix comments for NV_vp code that's now only used by other extensions.
Eric Anholt
2012-10-15
4
-12
/
+8
*
mesa: Add notes about remaining NV_vertex_program code.
Eric Anholt
2012-10-15
3
-1
/
+9
*
mesa: Remove miscellaneous remains of NV_vertex_program.
Eric Anholt
2012-10-15
8
-76
/
+15
*
mesa: Remove API specific to GL_NV_vertex_program's aliased attribs.
Eric Anholt
2012-10-15
8
-346
/
+0
*
mesa: Remove prog_instruction.h field for never-supported NV_vertex_program3.
Eric Anholt
2012-10-15
4
-16
/
+0
*
mesa: Remove support for GL_VERTEX_STATE_PROGRAMs and their execution.
Eric Anholt
2012-10-15
6
-69
/
+0
*
mesa: Remove NV_vertex_program-specific parameters support.
Eric Anholt
2012-10-15
4
-177
/
+0
*
mesa: Remove support for NV_vertex_program's attribute evaluation.
Eric Anholt
2012-10-15
8
-217
/
+3
*
mesa: Remove support for NV_vertex_program's special attributes aliasing
Eric Anholt
2012-10-15
9
-74
/
+12
*
mesa: Fix NV_fragment_program's display list opcode for RequestResident.
Eric Anholt
2012-10-15
1
-1
/
+1
*
mesa: Remove support for NV_vertex_program's tracked matrices.
Eric Anholt
2012-10-15
11
-274
/
+2
*
mesa: Remove Mesa IR opcodes that existed only for NV_vertex_program.
Eric Anholt
2012-10-15
6
-85
/
+0
*
mesa: Remove support for parsing NV vertex programs.
Eric Anholt
2012-10-15
7
-1562
/
+5
*
swrast: Remove support for GL_NV_vertex_program.
Eric Anholt
2012-10-15
2
-3
/
+0
*
gallium: Remove #if 0-ed enable of NV_vp. It's going away.
Eric Anholt
2012-10-15
1
-5
/
+0
*
r200: Remove support for software-only NV_vertex_program.
Eric Anholt
2012-10-15
4
-18
/
+1
*
intel: Remove NV_vertex_program support.
Eric Anholt
2012-10-15
3
-9
/
+0
*
i965/vp: Remove more code for unused opcodes.
Eric Anholt
2012-10-15
1
-55
/
+1
*
st/mesa: fix integer texture border color for some formats (v2)
Marek Olšák
2012-10-15
4
-48
/
+112
*
mesa: Fix a crash in update_texture_state() for external texture type
Abdiel Janulgue
2012-10-15
2
-0
/
+10
*
android: generate matching remap_helper to dispatch table
Tapani Pälli
2012-10-12
1
-1
/
+1
*
mesa/st: Fix assertions.
José Fonseca
2012-10-12
1
-2
/
+2
*
intel: print debug either to stdout or `logcat' depending on platform.
Oliver McFadden
2012-10-12
2
-4
/
+16
*
gallium: unify transfer functions
Marek Olšák
2012-10-11
7
-100
/
+80
*
st/mesa: use the renderbuffer chosen by core Mesa in CopyTexSubImage
Marek Olšák
2012-10-11
1
-12
/
+1
*
st/mesa: use transfer_inline_write in st_texture_image_data
Marek Olšák
2012-10-11
1
-46
/
+8
*
st/mesa: remove useless checking in reset_cache
Marek Olšák
2012-10-11
1
-6
/
+0
*
i965/vs: Add support for splitting virtual GRFs.
Eric Anholt
2012-10-10
3
-0
/
+62
*
i965/vs: Try again when we've successfully spilled a reg.
Eric Anholt
2012-10-10
3
-10
/
+16
*
i965/vs: Implement register spilling.
Kenneth Graunke
2012-10-10
3
-1
/
+144
*
i965/vs: Fix unit mismatch in scratch base_offset parameter.
Kenneth Graunke
2012-10-10
3
-4
/
+8
*
mesa: Avoid C99 indexed initializers.
José Fonseca
2012-10-10
2
-5
/
+29
*
mesa: Prevent CONST macro re-definition.
José Fonseca
2012-10-10
1
-0
/
+1
*
mesa: Silence 'assignment makes integer from pointer without a cast' warnings.
José Fonseca
2012-10-10
1
-2
/
+2
*
glget: fix make check for glGet GL_POLYGON_OFFSET_BIAS
Imre Deak
2012-10-10
1
-1
/
+1
*
mesa: glGet: remove the unused TYPE_API_MASK flags
Imre Deak
2012-10-10
1
-6
/
+0
*
mesa: glGet: use the build time generated hash tables
Imre Deak
2012-10-10
2
-1015
/
+13
*
mesa: glGet: add script to generate hash tables in build time
Imre Deak
2012-10-10
6
-2
/
+984
*
scons/android: add flag to check for enabled GL APIs
Imre Deak
2012-10-10
2
-9
/
+9
*
mesa: glGet: rename *{_EXT,_ARB} enums missing from the XML spec
Imre Deak
2012-10-10
1
-22
/
+22
*
mesa: glGet: simplify the 'enum not found' condition
Imre Deak
2012-10-10
1
-3
/
+5
*
mesa: glGet: fix parameter lookup for apps using multiple APIs
Imre Deak
2012-10-10
3
-18
/
+33
*
mesa/tests: Remove driverCtx parameter from call to _mesa_initialize_context
Ian Romanick
2012-10-09
1
-2
/
+1
*
intel: Add missing #include <time.h>
Quentin Glidic
2012-10-09
1
-0
/
+1
*
i965: Delete some dead code from brw_eu_emit.c.
Kenneth Graunke
2012-10-09
2
-120
/
+0
[next]