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
path:
root
/
src
/
gallium
Commit message (
Expand
)
Author
Age
Files
Lines
*
u_primconvert: add primitive restart support
Dave Airlie
2015-03-20
7
-87
/
+203
*
gallivm: remove unused 'builder' variable
Brian Paul
2015-03-19
1
-1
/
+0
*
gallivm: Use INFINITY directly.
Jose Fonseca
2015-03-18
1
-8
/
+1
*
freedreno/ir3: fix infinite recursion in sched
Rob Clark
2015-03-18
1
-1
/
+1
*
freedreno: fix spelling
Rob Clark
2015-03-18
1
-1
/
+1
*
radeonsi: increase coords array size for radeon_llvm_emit_prepare_cube_coords
Marek Olšák
2015-03-18
2
-2
/
+2
*
r600g: constify r600_shader_tgsi_instruction lists.
Emil Velikov
2015-03-17
1
-5
/
+5
*
r600g: kill off r600_shader_tgsi_instruction::{tgsi_opcode,is_op3}
Emil Velikov
2015-03-17
1
-591
/
+589
*
r600g: use the tgsi opcode from parse.FullToken.FullInstruction
Emil Velikov
2015-03-17
1
-5
/
+8
*
gallivm: abort properly when running out of buffer space in lp_disassembly
Roland Scheidegger
2015-03-17
1
-4
/
+8
*
st/dri: remove unused include from the automake/scons build
Emil Velikov
2015-03-16
2
-2
/
+0
*
auxiliary/os: fix the android build - s/drm_munmap/os_munmap/
Emil Velikov
2015-03-16
1
-2
/
+2
*
gallium/sw/kms: trivial cleanups
Emil Velikov
2015-03-16
1
-4
/
+2
*
radeonsi: implement TGSI_OPCODE_BFI (v2)
Marek Olšák
2015-03-16
1
-0
/
+34
*
radeonsi: add a helper for extracting bitfields from parameters (v2)
Marek Olšák
2015-03-16
1
-16
/
+27
*
radeonsi: move scratch reloc state setup
Marek Olšák
2015-03-16
2
-15
/
+22
*
radeonsi: don't emit PA_SC_LINE_STIPPLE if not rendering lines
Marek Olšák
2015-03-16
1
-0
/
+8
*
radeonsi: don't emit PA_SC_LINE_STIPPLE after every rasterizer state change
Marek Olšák
2015-03-16
4
-7
/
+7
*
radeonsi: move PA_SU_SC_MODE_CNTL to rasterizer state
Marek Olšák
2015-03-16
5
-30
/
+14
*
radeonsi: implement line and polygon smoothing
Marek Olšák
2015-03-16
4
-10
/
+49
*
radeonsi: add shader code for smoothing
Marek Olšák
2015-03-16
3
-1
/
+39
*
radeonsi: split sample locations into its own state atom
Marek Olšák
2015-03-16
5
-0
/
+18
*
radeonsi: add basic code for overrasterization
Marek Olšák
2015-03-16
5
-16
/
+28
*
radeonsi: small cleanup in si_shader_selector_key
Marek Olšák
2015-03-16
1
-12
/
+12
*
radeonsi: simplify accessing alpha pointer in si_llvm_emit_fs_epilogue
Marek Olšák
2015-03-16
1
-7
/
+8
*
radeonsi: add support for easy opcodes from ARB_gpu_shader5
Marek Olšák
2015-03-16
1
-0
/
+8
*
radeonsi: implement bit-finding opcodes from ARB_gpu_shader5
Marek Olšák
2015-03-16
1
-0
/
+92
*
radeonsi: implement gl_SampleMaskIn
Marek Olšák
2015-03-16
1
-0
/
+4
*
radeonsi: add support for SQRT
Marek Olšák
2015-03-16
2
-1
/
+3
*
radeonsi: add support for FMA
Marek Olšák
2015-03-16
2
-1
/
+4
*
gallium/radeon: don't use LLVMReadOnlyAttribute for ALU
Marek Olšák
2015-03-16
1
-16
/
+9
*
tgsi: handle bitwise opcodes in tgsi_opcode_infer_type (v2)
Marek Olšák
2015-03-16
1
-0
/
+8
*
gallium: add FMA and DFMA opcodes (v3)
Marek Olšák
2015-03-16
19
-8
/
+53
*
freedreno: update generated headers
Rob Clark
2015-03-15
5
-6
/
+6
*
freedreno/ir3: remove old compiler
Rob Clark
2015-03-15
7
-1574
/
+10
*
freedreno/ir3: avoid scheduler deadlock
Rob Clark
2015-03-15
3
-0
/
+45
*
freedreno/ir3: bit of cleanup
Rob Clark
2015-03-15
3
-19
/
+23
*
freedreno: fix slice pitch calculations
Ilia Mirkin
2015-03-13
1
-1
/
+1
*
freedreno/a3xx: use the same layer size for all slices
Ilia Mirkin
2015-03-13
1
-1
/
+8
*
util: convert slab macros to inline functions
Brian Paul
2015-03-13
1
-2
/
+11
*
gallivm: (trivial) Fix typo in comment introduced by 70dc8a
Alexandre Demers
2015-03-13
1
-1
/
+1
*
gallivm: Prevent double delete on LLVM 3.6
Jose Fonseca
2015-03-12
1
-0
/
+1
*
st/glx: use strdup() instead of _mesa_strdup()
Brian Paul
2015-03-11
1
-1
/
+2
*
nvc0: fix wrong max value for driver queries
Samuel Pitoiset
2015-03-09
1
-4
/
+3
*
r600g: Use R600_MAX_VIEWPORTS instead of 16
Alexandre Demers
2015-03-09
5
-12
/
+14
*
r300g: fix sRGB->sRGB blits
Marek Olšák
2015-03-09
1
-0
/
+9
*
r300g: fix a crash when resolving into an sRGB texture
Marek Olšák
2015-03-09
1
-3
/
+5
*
r300g: use memset for clearing the shader key
Marek Olšák
2015-03-09
1
-1
/
+2
*
r300g: remove the broken SNORM->UNORM shader lowering pass
Marek Olšák
2015-03-09
3
-54
/
+0
*
r300g: fix RGTC1 and LATC1 SNORM formats
Marek Olšák
2015-03-09
2
-31
/
+17
[next]