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: 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
*
mesa: remove unused _mesa_cpal_compressed_format_type() function
Brian Paul
2012-10-09
2
-18
/
+0
*
teximage: Remove unnecessary compressed format check
Daniel Stone
2012-10-09
1
-4
/
+0
*
Revert "st/mesa: remove unused variables to fix compile warnings"
Brian Paul
2012-10-08
1
-0
/
+2
*
mesa: minor whitespace fixes in teximage.c
Brian Paul
2012-10-08
1
-2
/
+2
*
st/mesa: remove unused variables to fix compile warnings
Marek Olšák
2012-10-09
1
-1
/
+0
*
mesa: remove unused variables to fix compile warnings
Marek Olšák
2012-10-09
1
-7
/
+0
*
i965/fs: Improve performance of copy/constant propagation.
Eric Anholt
2012-10-08
2
-18
/
+30
*
i965/fs: Move constant propagation to the same codebase as copy prop.
Eric Anholt
2012-10-08
3
-165
/
+124
*
i965: Remove the old ARB_fragment_program backend.
Eric Anholt
2012-10-08
9
-4810
/
+0
*
i965: Replace brw_wm_* with dumping code into the fs_visitor.
Eric Anholt
2012-10-08
10
-109
/
+860
*
i965: Reduce maximum GL_ARB_fragment_program instruction count to 1024.
Eric Anholt
2012-10-08
1
-4
/
+4
*
i965/fs: Add a couple more algebraic cases that help some ARB_fp patterns.
Eric Anholt
2012-10-08
1
-0
/
+23
*
i965/fs: Pull ir_binop_min/ir_binop_max handling to a separate function.
Eric Anholt
2012-10-08
2
-31
/
+23
[next]