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
*
nv50/ir: re-introduce TGSI lowering pass for images
Samuel Pitoiset
2016-04-26
1
-3
/
+94
*
nv50/ir: add support for TGSI image declarations
Samuel Pitoiset
2016-04-26
1
-1
/
+22
*
nvc0: add missing glMemoryBarrier bits
Samuel Pitoiset
2016-04-26
1
-1
/
+8
*
nvc0: enable RGB10_A2UI format on GK104
Samuel Pitoiset
2016-04-26
1
-3
/
+3
*
nvc0: shift address with blocksize for image buffers
Samuel Pitoiset
2016-04-26
1
-0
/
+4
*
nvc0: fix address offset when images have multiple levels
Samuel Pitoiset
2016-04-26
1
-0
/
+1
*
nvc0: bind images on 3D shaders for Kepler
Samuel Pitoiset
2016-04-26
2
-2
/
+31
*
nvc0: bind images on compute shaders for Kepler
Samuel Pitoiset
2016-04-26
4
-28
/
+110
*
nvc0: reserve an area for surfaces info in the driver constbuf
Samuel Pitoiset
2016-04-26
6
-12
/
+12
*
nvc0: add preliminary support for images
Samuel Pitoiset
2016-04-26
5
-2
/
+74
*
gk110/ir: add emission for (a OP b) OP c
Samuel Pitoiset
2016-04-26
1
-0
/
+26
*
nvc0/ir: fix wrong emission of (a OP b) OP c
Samuel Pitoiset
2016-04-26
1
-2
/
+2
*
gallium: Include intrin.h instead of defining ourselves.
Jose Fonseca
2016-04-26
3
-6
/
+7
*
scons: Whenever possible decide what to do based on platform and not compiler.
Jose Fonseca
2016-04-26
4
-14
/
+9
*
scons: Move fallback HAVE_* definitions to headers.
Jose Fonseca
2016-04-26
1
-0
/
+2
*
nir: Add missing break into switch in construct_value()
Juha-Pekka Heikkila
2016-04-26
1
-0
/
+1
*
radeonsi: Fix memory leak in error path.
Bas Nieuwenhuizen
2016-04-26
1
-0
/
+2
*
radeonsi: fix build error because of missing param
Oded Gabbay
2016-04-26
1
-1
/
+1
*
r600g: use do_endian_swap in texture swapping function
Oded Gabbay
2016-04-26
1
-1
/
+34
*
r600g: use do_endian_swap in color swapping functions
Oded Gabbay
2016-04-26
2
-8
/
+14
*
r600g: set endianess of 16/32-bit buffers according to do_endian_swap
Oded Gabbay
2016-04-26
1
-4
/
+13
*
r600g/radeonsi: send endian info to format translation functions
Oded Gabbay
2016-04-26
7
-32
/
+54
*
glsl: add ability to use essl 3.20
Ilia Mirkin
2016-04-25
4
-0
/
+11
*
main: select ES3.2 version when all extensions are available
Ilia Mirkin
2016-04-25
1
-1
/
+17
*
tgsi: pass a shader type to the machine create and clean up.
Dave Airlie
2016-04-26
5
-15
/
+15
*
gallium/tgsi: move tgsi_exec.h header out of draw_context.h
Dave Airlie
2016-04-26
2
-1
/
+1
*
gallivm: make sampling more robust against bogus coordinates
Roland Scheidegger
2016-04-26
3
-13
/
+43
*
radeonsi: fix missing include for Elements.
Dave Airlie
2016-04-26
1
-0
/
+1
*
nvc0: bump the amount of shared memory per MP on Maxwell
Samuel Pitoiset
2016-04-26
1
-1
/
+11
*
r600: fix missing include for Elements macro
Dave Airlie
2016-04-26
1
-0
/
+1
*
gm107/ir: s/invalid load/invalid store/
Samuel Pitoiset
2016-04-25
1
-1
/
+1
*
freedreno/a3xx: remove unused fxn
Rob Clark
2016-04-25
1
-6
/
+0
*
freedreno/ir3: convert over to ralloc
Rob Clark
2016-04-25
2
-40
/
+6
*
mesa/st: log some additional invalid-fbo cases
Rob Clark
2016-04-25
1
-0
/
+3
*
freedreno: honor handle->offset
Rob Clark
2016-04-25
1
-2
/
+4
*
freedreno: disallow cat4 immed src
Rob Clark
2016-04-25
1
-1
/
+1
*
freedreno/a4xx: add render-target formats
Rob Clark
2016-04-25
1
-3
/
+3
*
freedreno: update generated headers
Rob Clark
2016-04-25
5
-5
/
+8
*
freedreno: reduce line width for deqp further
Rob Clark
2016-04-25
1
-1
/
+1
*
freedreno/ir3: fix sin/cos
Rob Clark
2016-04-25
8
-1
/
+92
*
i965: Unroll SIMD16 DDY_FINE on Sandybridge.
Kenneth Graunke
2016-04-25
1
-1
/
+5
*
mesa/gles: Allow format GL_RED to be used with MESA_FORMAT_R_UNORM
Jordan Justen
2016-04-25
1
-0
/
+2
*
svga: eliminiate unnecessary constant buffer updates
Charmaine Lee
2016-04-25
3
-2
/
+23
*
svga: mark the texture dirty for write transfer map only
Charmaine Lee
2016-04-25
1
-2
/
+4
*
svga: fix assert with PIPE_QUERY_OCCLUSION_PREDICATE for non-vgpu10
Charmaine Lee
2016-04-25
1
-23
/
+20
*
svga: minimize surface flush
Charmaine Lee
2016-04-25
2
-15
/
+85
*
glapi: fix _glapi_get_proc_address() for mangled function names
Frederic Devernay
2016-04-25
1
-12
/
+6
*
util/blitter: use ARRAY_SIZE macro
Brian Paul
2016-04-25
1
-9
/
+3
*
svga: s/Elements/ARRAY_SIZE/
Brian Paul
2016-04-25
19
-55
/
+55
*
svga: whitespace and formatting fixes in svga_pipe_rasterizer.c
Brian Paul
2016-04-25
1
-16
/
+13
[next]