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
Commit message (
Expand
)
Author
Age
Files
Lines
*
ilo: add GEN check to 3DSTATE_CLIP
Chia-I Wu
2013-08-22
1
-0
/
+2
*
build: Add --enable-gallium-osmesa flag.
Matt Turner
2013-08-21
2
-2
/
+2
*
glsl: Give a warning, not an error, for UBO qualifiers on non-matrices.
Ian Romanick
2013-08-21
1
-6
/
+12
*
glsl: Remove ubo_qualifiers_allowed variable.
Matt Turner
2013-08-21
4
-11
/
+2
*
glsl: Drop duplicate error messages.
Matt Turner
2013-08-21
1
-12
/
+1
*
glsl: Rename ubo_qualifiers_valid to ubo_qualifiers_allowed.
Matt Turner
2013-08-21
4
-6
/
+6
*
i965/fs: Add code to print out global copy propagation sets.
Kenneth Graunke
2013-08-21
1
-0
/
+30
*
osmesa: Symlink shared library to LIB_DIR
Armin K
2013-08-21
1
-0
/
+1
*
svga: minor clean-ups in emit_hw_vs_vdecl()
Brian Paul
2013-08-21
1
-6
/
+6
*
gallivm: unify sin and cos implementation
Roland Scheidegger
2013-08-21
2
-255
/
+53
*
gallivm: add comment for bogus min/mag filter selection with nearest mip filter
Roland Scheidegger
2013-08-21
3
-2
/
+10
*
gallivm: fix rho calculation for 1d case
Roland Scheidegger
2013-08-21
1
-1
/
+1
*
i965/gen7: Set MOCS L3 cacheability for IVB/BYT (v2)
Ville Syrjälä
2013-08-21
8
-17
/
+12
*
i965/hsw: Populate MOCS for STATE_BASE_ADDRESS (v2)
Ville Syrjälä
2013-08-21
2
-3
/
+11
*
glapi/gen: build temporary files in the build directory
Maarten Lankhorst
2013-08-21
1
-4
/
+4
*
mesa: Never advertise _S3TC compressed formats
Ian Romanick
2013-08-21
1
-12
/
+0
*
mesa: Only advertise GL_ETC1_RGB8_OES in ES contexts
Ian Romanick
2013-08-21
1
-1
/
+9
*
glsl: Track existence of default float precision in GLSL ES fragment shaders
Ian Romanick
2013-08-21
2
-4
/
+68
*
glsl: Merge precision qualifiers too
Ian Romanick
2013-08-21
1
-0
/
+3
*
glsl: Pass type to is_valid_default_precision_type instead of name
Ian Romanick
2013-08-21
1
-4
/
+5
*
vdpau/decode: Fix comment.
Rico Schüller
2013-08-21
1
-1
/
+1
*
vl/query: Only support VDP_CHROMA_TYPE_420 for 12 bit formats.
Rico Schüller
2013-08-21
1
-1
/
+6
*
util: add avx2 and xop detection to cpu detection code
Roland Scheidegger
2013-08-20
3
-2
/
+59
*
gallivm: fix bogus aos path detection
Roland Scheidegger
2013-08-20
1
-5
/
+11
*
gallivm: do clamping of border color correctly for all formats
Roland Scheidegger
2013-08-20
2
-46
/
+256
*
gallivm: implement better control of per-quad/per-element/scalar lod
Roland Scheidegger
2013-08-20
8
-55
/
+149
*
mesa: use ARRAY_SIZE() macro instead of magic number
Brian Paul
2013-08-20
1
-1
/
+1
*
build: fix out-of-tree builds in gallium/auxiliary
Ross Burton
2013-08-20
1
-0
/
+4
*
radeonsi: Always pre-load separate VGPRs for centroid vs. center interpolation
Michel Dänzer
2013-08-20
1
-1
/
+2
*
radeonsi: Fix SPI_BARYC_CNTL register initialization
Michel Dänzer
2013-08-20
1
-22
/
+3
*
gallium/osmesa: add same checks to OSMesaMakeCurrent as the other osmesa
Maarten Lankhorst
2013-08-20
1
-2
/
+3
*
gallium/osmesa: link against static libglapi library too to get the gl exports
Maarten Lankhorst
2013-08-20
1
-3
/
+2
*
i965: Shorten sampler loops in precompile key setup.
Kenneth Graunke
2013-08-20
2
-2
/
+4
*
ilo: add ILO_DEBUG=flush
Chia-I Wu
2013-08-20
10
-12
/
+29
*
ilo: add ILO_DEBUG=draw
Chia-I Wu
2013-08-20
5
-2
/
+83
*
r600g/sb: Move memsets of member structs to within constructor bodies.
Vinson Lee
2013-08-19
2
-6
/
+3
*
glsl: Use alignment of container record for its first field
Ian Romanick
2013-08-19
2
-2
/
+28
*
glsl: Add new overload of program_resource_visitor::visit_field method
Ian Romanick
2013-08-19
2
-10
/
+48
*
glsl: Disallow embedded structure definitions
Ian Romanick
2013-08-19
3
-0
/
+38
*
meta: Add default precision qualifier to all fragement shaders
Ian Romanick
2013-08-19
1
-0
/
+18
*
glsl: Add default precision qualifiers for ES builtins
Ian Romanick
2013-08-19
5
-0
/
+6
*
glsl: Remove extra "types" from error message
Ian Romanick
2013-08-19
1
-1
/
+1
*
i965: Make the VS binding table as small as possible.
Kenneth Graunke
2013-08-19
1
-3
/
+4
*
i965/vs: Rework binding table size calculation.
Kenneth Graunke
2013-08-19
5
-16
/
+20
*
i965/vs: Plumb brw_vec4_prog_data into vec4_generator().
Kenneth Graunke
2013-08-19
3
-3
/
+7
*
i965/fs: Make the FS binding table as small as possible.
Kenneth Graunke
2013-08-19
1
-6
/
+5
*
i965/fs: Track the binding table size in brw_wm_prog_data.
Kenneth Graunke
2013-08-19
3
-0
/
+27
*
i965: Use SURF_INDEX_DRAW() for drawbuffer binding table indices.
Kenneth Graunke
2013-08-19
4
-17
/
+15
*
i965: Shorten sampler loops in key setup.
Kenneth Graunke
2013-08-19
3
-3
/
+7
*
i965: Make sampler counts available for the entire drawing operation.
Kenneth Graunke
2013-08-19
4
-20
/
+20
[next]