index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
radeonsi: fix brace style
Nicolai Hähnle
2016-04-27
1
-2
/
+4
*
gallium/util: add u_bit_consecutive for generating a consecutive range of bits
Nicolai Hähnle
2016-04-27
1
-0
/
+12
*
swr: s/Elements/ARRAY_SIZE/
Tim Rowley
2016-04-27
3
-7
/
+7
*
radeonsi: emit s_waitcnt for shader memory barriers and volatile
Nicolai Hähnle
2016-04-27
1
-13
/
+23
*
swr: [rasterizer] warning cleanup
Tim Rowley
2016-04-27
9
-74
/
+27
*
swr: [rasterizer core] implement legacy depth bias enable
Tim Rowley
2016-04-27
4
-21
/
+25
*
swr: [rasterizer jitter] support for dumping x86 asm
Tim Rowley
2016-04-27
2
-0
/
+50
*
swr: [rasterizer core] more backend refactoring
Tim Rowley
2016-04-27
8
-963
/
+573
*
swr: [rasterizer jitter] add mSimdInt1Ty
Tim Rowley
2016-04-27
2
-0
/
+2
*
swr: [rasterizer core] backend refactor
Tim Rowley
2016-04-27
5
-238
/
+633
*
svga: use the SVGA3D_DEVCAP_MAX_FRAGMENT_SHADER_INSTRUCTIONS query
Brian Paul
2016-04-27
1
-0
/
+3
*
nouveau: codegen: LOAD: Take src swizzle into account
Hans de Goede
2016-04-27
2
-2
/
+9
*
nouveau: codegen: LOAD: Do not call fetchSrc(1) if the address is immediate
Hans de Goede
2016-04-27
1
-2
/
+3
*
nouveau: codegen: LOAD: Always use component 0 when getting the address
Hans de Goede
2016-04-27
1
-1
/
+3
*
dri3: Check for dummyContext to see if the glx_context is valid
Stefan Dirsch
2016-04-27
1
-6
/
+2
*
dri2: Check for dummyContext to see if the glx_context is valid
Egbert Eich
2016-04-27
1
-1
/
+1
*
glsl: move uniform block validation to link_uniform_blocks.cpp
Timothy Arceri
2016-04-27
2
-53
/
+53
*
docs: Mention that {ARB,OES}_texture_stencil8 is supported on i965/gen8+
Kenneth Graunke
2016-04-26
2
-1
/
+2
*
i965: Enable ARB_texture_stencil8 and OES_texture_stencil8 on Gen8+.
Kenneth Graunke
2016-04-26
3
-7
/
+2
*
mesa: Try to fix CopyTex[Sub]Image of stencil textures.
Kenneth Graunke
2016-04-26
1
-2
/
+3
*
mesa: Disallow CopyTexSubImage on stencil formats in ES.
Kenneth Graunke
2016-04-26
1
-0
/
+9
*
i965: Fix MapTextureImage for multi-slice/level stencil buffers.
Kenneth Graunke
2016-04-26
1
-2
/
+2
*
i965: Move TCS output indirect_offset.file check out a level.
Kenneth Graunke
2016-04-26
1
-42
/
+46
*
i965/fs: Reduce the response length of sampler messages on Skylake.
Kenneth Graunke
2016-04-26
4
-5
/
+28
*
nir: Add a helper for figuring out what channels of an SSA def are read
Jason Ekstrand
2016-04-26
2
-0
/
+27
*
i965/fs: Use inst->regs_written for rlen for texture instructions
Jason Ekstrand
2016-04-26
2
-9
/
+3
*
i965/fs: Properly report regs_written from SAMPLEINFO
Jason Ekstrand
2016-04-26
2
-2
/
+9
*
i965/blorp: Set regs_written on texturing instructions
Jason Ekstrand
2016-04-26
1
-0
/
+1
*
i965: Don't force a header for texture offsets of 0.
Kenneth Graunke
2016-04-26
1
-1
/
+3
*
r600g: fix and optimize tgsi_cmp when using ABS and NEG modifier
Patrick Rudolph
2016-04-27
1
-1
/
+10
*
docs: update softpipe for ARB_compute_shader
Dave Airlie
2016-04-27
2
-3
/
+3
*
softpipe: add support for compute shaders. (v2)
Dave Airlie
2016-04-27
8
-3
/
+369
*
tgsi/exec: initialise SysSemanticToIndex array to -1
Dave Airlie
2016-04-27
1
-0
/
+3
*
tgsi/exec: implement restartable machine.
Dave Airlie
2016-04-27
2
-17
/
+35
*
tgsi/exec: make inputs/outputs optional for compute shaders.
Dave Airlie
2016-04-27
1
-19
/
+24
*
tgsi/exec: implement load/store/atomic on MEMORY.
Dave Airlie
2016-04-27
2
-3
/
+150
*
tgsi/exec: split out setting up masks to separate function
Dave Airlie
2016-04-27
1
-9
/
+14
*
tgsi: accept a starting PC value for exec machine.
Dave Airlie
2016-04-27
5
-5
/
+5
*
tgsi: move to using vector for system values.
Dave Airlie
2016-04-27
4
-7
/
+7
*
tgsi/exec: fix system value handling.
Dave Airlie
2016-04-27
1
-3
/
+5
*
i965/blorp: Convert state setup to C
Jason Ekstrand
2016-04-26
5
-4
/
+6
*
i965/blorp: Make state setup C-safe
Jason Ekstrand
2016-04-26
3
-4
/
+4
*
i965/blorp: Convert brw_blorp.cpp to a C file
Jason Ekstrand
2016-04-26
3
-5
/
+7
*
i965/blorp: Make all of brw_blorp.h accessible to C
Jason Ekstrand
2016-04-26
1
-9
/
+8
*
i965/blorp: Turn brw_blorp_params into a C-style struct
Jason Ekstrand
2016-04-26
7
-80
/
+71
*
i965/blorp: Turn coord_transform into a C-style struct
Jason Ekstrand
2016-04-26
2
-17
/
+16
*
i965/blorp: Turn blorp_surface_info into a C-style struct
Jason Ekstrand
2016-04-26
7
-69
/
+69
*
i965/blorp: Roll mip_info into surface_info
Jason Ekstrand
2016-04-26
2
-37
/
+17
*
i965/blorp: Get rid of the blorp_blit_params class
Jason Ekstrand
2016-04-26
2
-167
/
+131
*
i965/blorp: Remove the hiz params class
Jason Ekstrand
2016-04-26
2
-37
/
+42
[next]