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
/
gallium
Commit message (
Expand
)
Author
Age
Files
Lines
*
vc4: Add a dump-the-surface-contents routine.
Eric Anholt
2015-03-24
2
-0
/
+101
*
vc4: Allow DRI3 on simulation, as well.
Eric Anholt
2015-03-24
1
-0
/
+5
*
vc4: Fix pitch alignment of linear textures.
Eric Anholt
2015-03-24
1
-1
/
+1
*
vc4: Write the alignment of level width consistently in validation.
Eric Anholt
2015-03-24
1
-2
/
+2
*
vc4: Fix use of a bool as an enum.
Eric Anholt
2015-03-24
1
-1
/
+1
*
vc4: Decide the HW's format before laying out the miptree.
Eric Anholt
2015-03-24
1
-3
/
+3
*
vc4: Use our device-specific ioctls for create/mmap.
Eric Anholt
2015-03-24
1
-15
/
+36
*
vc4: Make a new #define for making code conditional on the simulator.
Eric Anholt
2015-03-24
3
-15
/
+25
*
vc4: Add some useful debug printfs for miptrees.
Eric Anholt
2015-03-24
1
-0
/
+37
*
Revert "nv50,nvc0: remove bogus 64_FLOAT formats"
Ilia Mirkin
2015-03-23
1
-0
/
+5
*
clover: Return 0 as storage size for local kernel args that are not set v2
Tom Stellard
2015-03-23
1
-1
/
+1
*
gallivm: Use MCInstrInfo in the disassembler for querying instruction info
Tom Stellard
2015-03-23
1
-7
/
+1
*
clover: use get_device_vendor instead of get_vendor
Giuseppe Bilotta
2015-03-23
1
-1
/
+1
*
gallium: implement get_device_vendor() for existing drivers
Giuseppe Bilotta
2015-03-23
13
-0
/
+83
*
gallium: introduce get_device_vendor() entrypoint for pipes
Giuseppe Bilotta
2015-03-23
2
-0
/
+14
*
gallium: remove trailing whitespace in p_screen.h
Giuseppe Bilotta
2015-03-23
1
-1
/
+1
*
clover: The unit for CL_DEVICE_MEM_BASE_ADDR_ALIGN is bits not bytes
Tom Stellard
2015-03-23
1
-0
/
+3
*
clover: Add all the mandatory 1.1 extensions to the extension string
Tom Stellard
2015-03-23
1
-1
/
+7
*
clover: Add a space at the end of CL_DEVICE_OPENCL_C_VERSION
Tom Stellard
2015-03-23
1
-1
/
+1
*
gallivm: Silence unused variable warnings on release builds.
Jose Fonseca
2015-03-22
2
-0
/
+4
*
galahad: actually remove the driver
Emil Velikov
2015-03-21
10
-1998
/
+0
*
galahad: remove driver
Emil Velikov
2015-03-21
12
-40
/
+12
*
gallium/docs: remove information about identity driver
Emil Velikov
2015-03-21
1
-7
/
+0
*
winsys/sw/fbdev: remove unused software winsys
Emil Velikov
2015-03-21
6
-343
/
+0
*
winsys/sw/wayland: remove unused winsys
Emil Velikov
2015-03-21
5
-367
/
+0
*
st/gbm: remove state-tracker
Emil Velikov
2015-03-21
9
-543
/
+0
*
llvmpipe: use global llvm context for PIPE_SUBSYSTEM_EMBEDDED
Roland Scheidegger
2015-03-21
1
-0
/
+11
*
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
[next]