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
*
i965: old VS: Use brw_vue_map instead of implicit assumptions about VUE struc...
Paul Berry
2011-09-06
2
-111
/
+71
*
i965: Add functions to compute offsets within the VUE map.
Paul Berry
2011-09-06
1
-0
/
+18
*
i965: Write code to compute a VUE map.
Paul Berry
2011-09-06
2
-0
/
+168
*
Refactor code that converts between gl_vert_result and gl_frag_attrib.
Paul Berry
2011-09-06
5
-41
/
+52
*
mesa/st: add support for 2101010 vertex format conversion.
Dave Airlie
2011-09-06
2
-1
/
+61
*
mesa/varray: add interface support for ARB_vertex_type_2_10_10_10_rev (v2)
Dave Airlie
2011-09-06
1
-7
/
+38
*
mesa/vbo: add ARB_vertex_type_2_10_10_10_rev APIs.
Dave Airlie
2011-09-06
3
-2
/
+490
*
mesa: add initial API changes for ARB_vertex_type_2_10_10_10_rev.
Dave Airlie
2011-09-06
2
-0
/
+111
*
glapi: regen API files for new extension
Dave Airlie
2011-09-06
3
-5298
/
+6030
*
mesa: add a UniformBooleanTrue option
Bryan Cain
2011-09-05
4
-2
/
+14
*
glsl_to_tgsi: fixes for native integers and integer booleans
Bryan Cain
2011-09-04
1
-52
/
+118
*
intel: fix build error
Yuanhan Liu
2011-09-03
1
-1
/
+1
*
mesa: handle zero-size buffers in MapBuffer and ranges in MapBufferRange (v3)
Marek Olšák
2011-09-02
2
-25
/
+31
*
glsl_to_tgsi: fix more potential shader reference leaks
Marek Olšák
2011-09-02
1
-0
/
+10
*
intel: Give an explanation why we are exiting for debugging.
Eugeni Dodonov
2011-09-02
1
-0
/
+1
*
i965/vs: Fix NULL pointer dereference in pre-Gen6 push constant loading.
Kenneth Graunke
2011-09-02
1
-2
/
+2
*
intel: Upload batchbuffer contents even if INTEL_NO_HW is set.
Eric Anholt
2011-09-02
1
-8
/
+8
*
gallium: add caps for MIN/MAX texel offsets.
Dave Airlie
2011-09-02
1
-0
/
+3
*
tgsi: add support for texture offsets to the TGSI IR. (v2)
Dave Airlie
2011-09-02
2
-2
/
+46
*
swrast: get rid of needless do/while
Brian Paul
2011-08-31
1
-2
/
+2
*
mesa: fix broken store_texel() functions
Brian Paul
2011-08-31
2
-39
/
+64
*
intel: fix GLESv1 support
Chia-I Wu
2011-09-01
3
-8
/
+58
*
intel: rename intel_extensions_es2.c to intel_extensions_es.c
Chia-I Wu
2011-09-01
7
-4
/
+4
*
i915: build i915_dri.so for Android
Chia-I Wu
2011-09-01
2
-0
/
+63
*
i915: factor our source lists into Makefile.sources
Chia-I Wu
2011-09-01
2
-47
/
+53
*
i965: fix Android build
Chia-I Wu
2011-09-01
2
-4
/
+8
*
mesa: Replace the EmitNoIfs compiler flag with a MaxIfDepth flag.
Bryan Cain
2011-08-31
5
-14
/
+10
*
mesa: fix comment typo: s/GL_SIGNED_NORMALED/GL_SIGNED_NORMALIZED/
Brian Paul
2011-08-31
1
-1
/
+1
*
glsl: Use a separate div_to_mul_rcp lowering flag for integers.
Bryan Cain
2011-08-31
3
-2
/
+3
*
mesa: bump max program local params, max uniforms limit
Brian Paul
2011-08-31
1
-2
/
+2
*
swrast: initialize program native limits
Brian Paul
2011-08-31
1
-0
/
+22
*
i965/vs: Avoid the emit(), remove(), insert_before() for array instructions.
Eric Anholt
2011-08-31
2
-46
/
+56
*
i965/vs: Move logic for weird CMP type handling to CMP generators.
Eric Anholt
2011-08-31
2
-40
/
+23
*
i965/vs: Convert emit() calls to the new instruction generators.
Eric Anholt
2011-08-31
1
-166
/
+127
*
i965/vs: Convert gen6 userclip handling to new generators.
Eric Anholt
2011-08-31
1
-3
/
+3
*
i965/vs: Create instruction generators outside of the emit() functions.
Eric Anholt
2011-08-31
2
-0
/
+90
*
intel: Restructure TexSubImage as just the 2D implementation and blit func.
Eric Anholt
2011-08-30
1
-100
/
+114
*
intel: Remove the passthrough TexSubImage[13]D functions.
Eric Anholt
2011-08-30
1
-42
/
+0
*
i965/vs: Fix GL_FIXED setup when a writemask is present.
Eric Anholt
2011-08-30
2
-13
/
+24
*
i965/vs: Pack live uniform vectors together in the push constant upload.
Eric Anholt
2011-08-30
4
-3
/
+98
*
i965/vs: Track uniforms as separate vectors once we've done array access.
Eric Anholt
2011-08-30
3
-0
/
+38
*
i965/vs: Don't lower uniform array indexing.
Eric Anholt
2011-08-30
1
-1
/
+1
*
i965/vs: Add support for pull constant loads for uniform arrays.
Eric Anholt
2011-08-30
6
-5
/
+195
*
i965/vs: Restructure emit() functions around a vec4_instruction constructor.
Eric Anholt
2011-08-30
2
-16
/
+33
*
i965: Make the old VS backend record pull constant references in pull_params[].
Eric Anholt
2011-08-30
3
-9
/
+25
*
mesa: Fix glGetUniform() type conversions.
Eric Anholt
2011-08-30
1
-58
/
+79
*
mesa: Make the gl_constant_value's bool occupy the same space as float/int.
Eric Anholt
2011-08-30
1
-1
/
+1
*
i965: Use native integer uniforms when the new VS backend is in use.
Eric Anholt
2011-08-30
6
-31
/
+13
*
i965/vs: Move the flag for whether to use the new backend to the context.
Eric Anholt
2011-08-30
3
-5
/
+4
*
i965: Build i965_dri.so for Android
Chad Versace
2011-08-30
2
-0
/
+96
[next]