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
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().
Kenneth Graunke
2015-07-20
86
-423
/
+423
*
nouveau: use bool instead of boolean
Samuel Pitoiset
2015-07-21
70
-679
/
+679
*
gallivm: Initialize LLVM Modules's DataLayout to an empty string.
Tom Stellard
2015-07-20
1
-5
/
+23
*
nvc0: add a missing parameter to nvc0_set_shader_images()
Samuel Pitoiset
2015-07-20
1
-3
/
+3
*
nouveau: always align buffers to 0x100
Samuel Pitoiset
2015-07-20
1
-7
/
+1
*
nv50: limit the maximum number of samplers to 16
Samuel Pitoiset
2015-07-20
1
-1
/
+1
*
nv50: turn samples counts off during blit
Samuel Pitoiset
2015-07-20
1
-0
/
+11
*
nv50: add nesting support for occlusion queries
Samuel Pitoiset
2015-07-20
2
-11
/
+20
*
i965/nir/fs: removed unneeded support for global variables
Alejandro Piñeiro
2015-07-20
3
-14
/
+4
*
nv50: fix max level clamping on G80
Ilia Mirkin
2015-07-20
1
-2
/
+9
*
gm107/ir: fix indirect txq emission
Ilia Mirkin
2015-07-18
1
-2
/
+8
*
nvc0/ir: don't worry about sampler in txq handling
Ilia Mirkin
2015-07-18
1
-22
/
+8
*
nvc0/ir: fix txq on indirect samplers
Ilia Mirkin
2015-07-18
2
-2
/
+56
*
i965: Disable resource streamer in BLORP
Abdiel Janulgue
2015-07-18
1
-0
/
+2
*
i965: Upload binding tables in hw-generated binding table format.
Abdiel Janulgue
2015-07-18
1
-9
/
+57
*
i965: Implement interface to edit binding table entries
Abdiel Janulgue
2015-07-18
2
-0
/
+64
*
i965: Enable hardware-generated binding tables on render path.
Abdiel Janulgue
2015-07-18
8
-4
/
+128
*
i965: Enable resource streamer for the batchbuffer
Abdiel Janulgue
2015-07-18
7
-2
/
+36
*
i965: Define HW-binding table and resource streamer control opcodes
Abdiel Janulgue
2015-07-18
2
-0
/
+33
*
vc4: Switch to using a separate ioctl for making shaders.
Eric Anholt
2015-07-17
4
-12
/
+78
*
mesa: fix up some texture error checks
Roland Scheidegger
2015-07-18
2
-21
/
+21
*
vc4: Fix printing of shader-db debug when shader-db isn't turned on.
Eric Anholt
2015-07-17
1
-4
/
+6
*
vc4: Add debugging on texture relocation validation failures.
Eric Anholt
2015-07-17
1
-7
/
+13
*
vc4: Also consider uniform 0 in uniform lowering.
Eric Anholt
2015-07-17
1
-3
/
+3
*
vc4: Use the pure/const attributes on a bunch of our QPU functions.
Eric Anholt
2015-07-17
2
-18
/
+18
*
mesa: Detect and provide macros for function attributes pure and const.
Eric Anholt
2015-07-17
2
-0
/
+22
*
i965/fs: don't make unused payload registers interfere
Connor Abbott
2015-07-17
1
-1
/
+6
*
i965/fs: remove special case in setup_payload_interference()
Connor Abbott
2015-07-17
1
-20
/
+0
*
i965/fs: Mark last used ip for all regs read in the payload
Jordan Justen
2015-07-17
1
-1
/
+4
*
i965/fs: fix regs_read() for LINTERP
Connor Abbott
2015-07-17
1
-1
/
+2
*
nir: add nir_foreach_instr_safe_reverse()
Connor Abbott
2015-07-17
1
-0
/
+2
*
nir: add nir_instr_is_first() and nir_instr_is_last() helpers
Connor Abbott
2015-07-17
1
-0
/
+12
*
i965/cs: Use dispatch width of 8 for cs terminate payload setup
Jordan Justen
2015-07-16
1
-1
/
+1
*
i965/cs: Return 1 for regs_read on CS_OPCODE_CS_TERMINATE
Jordan Justen
2015-07-16
1
-0
/
+3
*
program: Allow redundant OPTION ARB_fog_* directives.
Kenneth Graunke
2015-07-16
1
-13
/
+37
*
i965: Push miptree tiling request into flags
Ben Widawsky
2015-07-16
7
-47
/
+51
*
Revert "i965: Push miptree tiling request into flags"
Ben Widawsky
2015-07-16
7
-51
/
+47
*
i965: Push miptree tiling request into flags
Ben Widawsky
2015-07-16
7
-47
/
+51
*
i965/fs: Factor out universally broken calculation of the register component ...
Francisco Jerez
2015-07-16
4
-12
/
+23
*
i965: Implement nir_op_uadd_carry and _usub_borrow without accumulator.
Francisco Jerez
2015-07-16
3
-35
/
+12
*
i965: Implement b2f and b2i using negation.
Francisco Jerez
2015-07-16
2
-9
/
+2
*
gallium: add interface for writable shader buffers
Marek Olšák
2015-07-16
2
-0
/
+28
*
gallium: add interface for writable shader images
Marek Olšák
2015-07-16
10
-27
/
+120
*
gallium: add new limits for shader buffers and images
Marek Olšák
2015-07-16
3
-4
/
+5
*
gallium: add BIND flags for R/W buffers and images
Marek Olšák
2015-07-16
7
-13
/
+19
*
gallium: add PIPE_CAP_MAX_SHADER_PATCH_VARYINGS
Marek Olšák
2015-07-16
15
-0
/
+18
*
i965/gen9: Use custom MOCS entries set up by the kernel.
Francisco Jerez
2015-07-16
2
-7
/
+7
*
clover: little OpenCL status code logging clean
EdB
2015-07-16
5
-25
/
+32
*
glsl: avoid compiler's segfault when processing operators with void arguments
Renaud Gaubert
2015-07-16
2
-2
/
+16
*
r200: fix some potential big endian issues
Roland Scheidegger
2015-07-16
5
-129
/
+140
[next]