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
...
|
*
radeonsi: add code for dumping all shader parts together (v2)
Marek Olšák
2016-02-21
1
-12
/
+34
|
*
radeonsi: add code for combining and uploading shaders from 3 shader parts
Marek Olšák
2016-02-21
2
-8
/
+36
|
*
radeonsi: fail compilation if non-GS non-CS shaders have rodata
Marek Olšák
2016-02-21
1
-0
/
+13
|
*
radeonsi: separate 2 pieces of code from create_function
Marek Olšák
2016-02-21
1
-31
/
+51
|
*
radeonsi: add samplemask parameter to si_export_mrt_color
Marek Olšák
2016-02-21
1
-3
/
+7
|
*
radeonsi: add start_instance parameter to get_instance_index_for_fetch
Marek Olšák
2016-02-21
1
-4
/
+6
|
*
radeonsi: separate out shader key bits for prologs & epilogs
Marek Olšák
2016-02-21
4
-100
/
+140
|
*
radeonsi: compute how many input VGPRs fragment shaders have
Marek Olšák
2016-02-21
2
-0
/
+43
|
*
radeonsi: compute how many input SGPRs and VGPRs shaders have
Marek Olšák
2016-02-21
2
-0
/
+34
|
*
gallium/radeon: add basic code for setting shader return values
Marek Olšák
2016-02-21
4
-8
/
+21
|
*
nvc0: enable compute shaders on Fermi
Samuel Pitoiset
2016-02-21
1
-1
/
+3
|
*
nv50/ir: add atomics support on shared memory for Fermi
Samuel Pitoiset
2016-02-21
2
-2
/
+102
|
*
nv50/ir: make OP_SELP a compare instruction
Samuel Pitoiset
2016-02-21
3
-10
/
+19
|
*
nv50/ir: add lock/unlock subops for load/store
Samuel Pitoiset
2016-02-21
3
-2
/
+26
|
*
nv50/ir: use s[] addr space for shared buffers
Samuel Pitoiset
2016-02-21
1
-11
/
+30
|
*
nvc0: reduce likelihood of collision for real buffers on Fermi
Samuel Pitoiset
2016-02-21
1
-2
/
+2
|
*
nvc0: invalidate compute state when switching pipe contexts
Samuel Pitoiset
2016-02-21
1
-1
/
+2
|
*
nvc0: add support for indirect compute on Fermi
Samuel Pitoiset
2016-02-21
6
-20
/
+81
|
*
nvc0: bind textures/samplers for compute on Fermi
Samuel Pitoiset
2016-02-21
3
-8
/
+57
|
*
nvc0: bind shader buffers for compute on Fermi
Samuel Pitoiset
2016-02-21
5
-7
/
+56
|
*
nvc0: bind driver constbuf for compute on Fermi
Samuel Pitoiset
2016-02-21
5
-0
/
+29
|
*
nvc0: add a new validation state for 3D driver constbuf
Samuel Pitoiset
2016-02-21
2
-0
/
+19
|
*
nvc0: bind constant buffers for compute on Fermi
Samuel Pitoiset
2016-02-21
5
-13
/
+81
|
*
nvc0: allocate an area for compute user constbufs
Samuel Pitoiset
2016-02-21
4
-18
/
+20
|
*
nv50: do not advertise about compute shaders
Samuel Pitoiset
2016-02-20
1
-1
/
+1
|
*
st/mesa: force depth mode to GL_RED for sized depth/stencil formats
Ilia Mirkin
2016-02-19
1
-9
/
+25
|
*
egl_dri2: set correct error code if swapbuffers fails
Daniel Czarnowski
2016-02-19
1
-1
/
+6
|
*
egl: move Null check to eglGetSyncAttribKHR to prevent Segfault
Dongwon Kim
2016-02-19
2
-5
/
+8
|
*
meta/copy_image: use precomputed dst_internal_format to avoid segfault
Ilia Mirkin
2016-02-19
1
-1
/
+1
|
*
mesa: add GL_OES_texture_stencil8 support
Ilia Mirkin
2016-02-19
3
-0
/
+11
|
*
st/mesa: fix pbo uploads
Ilia Mirkin
2016-02-19
1
-10
/
+18
|
*
mesa: check fbo completeness based on internal format, not driver format
Ilia Mirkin
2016-02-19
1
-3
/
+2
|
*
mesa: small optimization of _mesa_expand_bitmap()
Brian Paul
2016-02-19
1
-7
/
+4
|
*
mesa: add special case ubyte[4] / BGRA conversion function
Brian Paul
2016-02-19
1
-5
/
+69
|
*
st/mesa: implement a simple cache for glDrawPixels
Brian Paul
2016-02-19
3
-0
/
+97
|
*
llvmpipe: add a few const qualifiers
Brian Paul
2016-02-19
3
-4
/
+4
|
*
trace: assorted whitespace and formatting fixes
Brian Paul
2016-02-19
1
-29
/
+31
|
*
trace: remove unneeded inline qualifiers
Brian Paul
2016-02-19
1
-46
/
+46
|
*
glsl: fix emit_inline_matrix_constructor for doubles
Iago Toral Quiroga
2016-02-19
1
-6
/
+13
|
*
glsl: Mark float constants as such
Iago Toral Quiroga
2016-02-19
1
-5
/
+5
|
*
glsl: fix indentation in emit_inline_matrix_constructor
Iago Toral Quiroga
2016-02-19
1
-75
/
+75
|
*
glsl: fix standalone compiler
Rob Clark
2016-02-19
1
-0
/
+12
|
*
st/mesa: disable depth/stencil/alpha tests in PBO upload
Nicolai Hähnle
2016-02-18
1
-0
/
+8
|
*
svga: allow non-contiguous VS input declarations
Brian Paul
2016-02-18
1
-2
/
+2
|
*
gallivm: Check whether to stop disassemble only for x86
Oded Gabbay
2016-02-19
1
-0
/
+2
|
*
gallivm: use sstream for dissasembling
Oded Gabbay
2016-02-19
1
-21
/
+30
|
*
trace: fix new gcc6 warnings
Rob Clark
2016-02-18
1
-7
/
+0
|
*
gallium/auxiliary: fix new gcc6 warnings
Rob Clark
2016-02-18
1
-2
/
+2
|
*
gallium/hud: fix new gcc6 warnings
Rob Clark
2016-02-18
1
-0
/
+2
|
*
mesa: fix new gcc6 warnings
Rob Clark
2016-02-18
1
-3
/
+0
[prev]
[next]