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
*
st/nine: Squash indexbuffer9 and vertexbuffer9
Patrick Rudolph
2016-02-04
8
-215
/
+305
*
st/nine: Unset vtxbuf on reset
Axel Davy
2016-02-04
1
-1
/
+3
*
st/nine: Use pipe_resource_reference for vtxbuf
Axel Davy
2016-02-04
2
-3
/
+4
*
st/nine: Use ff vertex shader when position_t is used
Axel Davy
2016-02-04
7
-14
/
+35
*
st/nine: Don't increment refcount on VertexDeclaration creation failure
Patrick Rudolph
2016-02-04
1
-12
/
+12
*
st/nine: Change StretchRect check order
Axel Davy
2016-02-04
1
-3
/
+4
*
st/nine: Initialize lights in stateblocks
Axel Davy
2016-02-04
1
-0
/
+4
*
st/nine: Fix fixed-function blendweights
Patrick Rudolph
2016-02-04
1
-4
/
+13
*
st/nine: Always normalize hitDir
Patrick Rudolph
2016-02-04
1
-2
/
+3
*
st/nine: Replace r[0] with tmp
Patrick Rudolph
2016-02-04
1
-14
/
+14
*
st/nine: Fix ff calculation of midVec
Patrick Rudolph
2016-02-04
1
-2
/
+2
*
st/nine: Implement D3DRS_SPECULARENABLE
Patrick Rudolph
2016-02-04
1
-2
/
+11
*
st/nine: Fix D3DRS_LOCALVIEWER being ignored
Patrick Rudolph
2016-02-04
1
-0
/
+2
*
st/nine: Fix rounding issue with vs1.1 a0 reg
Axel Davy
2016-02-04
1
-22
/
+7
*
st/nine: Fix D3DPMISCCAPS_FOGANDSPECULARALPHA support
Axel Davy
2016-02-04
2
-12
/
+2
*
st/nine: Fix AlphaCmpCaps
Patrick Rudolph
2016-02-04
1
-1
/
+2
*
radeonsi: implement PK2H and UP2H opcodes
Marek Olšák
2016-02-04
2
-1
/
+75
*
glsl: Ensure glsl/ exists before making the lexer/parser.
Matt Turner
2016-02-04
1
-0
/
+2
*
i965/fs: Allocate single register at a time for constants.
Matt Turner
2016-02-04
1
-3
/
+3
*
radeonsi: fix Hyper-Z on Stoney
Marek Olšák
2016-02-04
1
-0
/
+4
*
mesa: Use SSE prefetch instructions rather than 3DNow instructions
Patrick Baggett
2016-02-04
1
-20
/
+20
*
nv50/ir: make sure to fetch all sources before creating instruction
Ilia Mirkin
2016-02-03
1
-5
/
+8
*
nv50: avoid freeing the symbols if they're about to be stored
Ilia Mirkin
2016-02-03
1
-2
/
+7
*
st/mesa: fix potential null deref if no shader is passed in
Ilia Mirkin
2016-02-03
1
-1
/
+3
*
glx: update to updated version of EXT_create_context_es2_profile
Ilia Mirkin
2016-02-03
6
-21
/
+31
*
Revert "compiler: removed unused Makefile.sources"
Rob Clark
2016-02-03
1
-0
/
+222
*
compiler: fix .gitignore for glsl_compiler
Rob Clark
2016-02-03
2
-1
/
+1
*
compiler: removed unused Makefile.sources
Rob Clark
2016-02-03
1
-222
/
+0
*
gallium: fix the documentation of PIPE_CAP_MAX_TEXTURE_BUFFER_SIZE
Nicolai Hähnle
2016-02-03
1
-1
/
+1
*
gallium/radeon: support PIPE_CAP_SURFACE_REINTERPRET_BLOCKS
Nicolai Hähnle
2016-02-03
3
-5
/
+25
*
st/mesa: implement PBO upload for glCompressedTex(Sub)Image
Nicolai Hähnle
2016-02-03
1
-0
/
+115
*
st/mesa: redirect CompressedTexSubImage to our own implementation
Nicolai Hähnle
2016-02-03
1
-6
/
+18
*
st/mesa: inline the implementation of _mesa_store_compressed_teximage
Nicolai Hähnle
2016-02-03
1
-1
/
+27
*
st/mesa: implement PBO upload for multiple layers
Nicolai Hähnle
2016-02-03
2
-19
/
+143
*
st/mesa: Accelerate PBO uploads
Fredrik Höglund
2016-02-03
4
-9
/
+898
*
st/mesa: use the correct address generation functions in st_TexSubImage blit
Nicolai Hähnle
2016-02-03
1
-5
/
+5
*
gallium: Add PIPE_CAP_SURFACE_REINTERPRET_BLOCKS
Nicolai Hähnle
2016-02-03
16
-0
/
+22
*
gallium: Add PIPE_CAP_BUFFER_SAMPLER_VIEW_RGBA_ONLY
Nicolai Hähnle
2016-02-03
16
-0
/
+27
*
mesa: add MESA_NO_MINMAX_CACHE environment variable
Nicolai Hähnle
2016-02-03
1
-0
/
+22
*
vbo: disable the minmax cache when the hit rate is low
Nicolai Hähnle
2016-02-03
2
-2
/
+34
*
mesa: add USAGE_DISABLE_MINMAX_CACHE flag to buffer UsageHistory
Nicolai Hähnle
2016-02-03
2
-1
/
+3
*
vbo: cache/memoize the result of vbo_get_minmax_indices (v3)
Nicolai Hähnle
2016-02-03
4
-1
/
+186
*
vbo: move vbo_get_minmax_indices into its own source file
Nicolai Hähnle
2016-02-03
3
-148
/
+180
*
mesa/main: bail earlier for size == 0 in _mesa_clear_buffer_sub_data
Nicolai Hähnle
2016-02-03
1
-8
/
+8
*
mesa/main: add USAGE_PIXEL_PACK_BUFFER flag to buffer UsageHistory
Nicolai Hähnle
2016-02-03
2
-0
/
+10
*
mesa/main: add USAGE_TRANSFORM_FEEDBACK_BUFFER flag to buffer UsageHistory
Nicolai Hähnle
2016-02-03
2
-0
/
+4
*
util/hash_table: add _mesa_hash_table_num_entries
Nicolai Hähnle
2016-02-03
2
-3
/
+6
*
util/hash_table: add _mesa_hash_table_clear (v4)
Nicolai Hähnle
2016-02-03
4
-0
/
+120
*
st/omx/dec/h264: fix corruption when scaling matrix present flag set
Leo Liu
2016-02-02
1
-2
/
+5
*
vl: add zig zag scan for list 4x4
Leo Liu
2016-02-02
2
-0
/
+8
[next]