index
:
~jeremyhu/mesa
10.4-darwin-build-fixes
10.5-darwin-build-fixes
10.6-darwin-build-fixes
11.1
7.8
PR-575
darwin-build-fixes
darwin-master
master
master-darwin-build-fixes
mesa_7_7_branch
libGL for GLX on XQuartz
jeremyhu
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2015-07-31
glx: Fix image size computation for EXT_texture_integer (v2)
Adam Jackson
2
-0
/
+11
2015-07-31
radeonsi: copy *8_SNORM bits exactly in resource_copy_region
Marek Olšák
1
-1
/
+3
2015-07-31
r600g: early exit in r600_clear if there's nothing to do
Marek Olšák
1
-0
/
+2
2015-07-31
radeonsi: early exit in si_clear if there's nothing to do
Marek Olšák
1
-0
/
+2
2015-07-31
radeonsi: fix a regression since the resource_copy_region cleanup
Marek Olšák
1
-1
/
+1
2015-07-31
radeonsi: fix broken st/nine from merging tessellation
Marek Olšák
1
-2
/
+7
2015-07-31
radeonsi: move CP DMA functions to their own file
Marek Olšák
6
-236
/
+274
2015-07-31
radeonsi: add a debug flag that disables printing ISA in shader dumps
Marek Olšák
3
-9
/
+13
2015-07-31
radeonsi: add a debug flag that disables printing TGSI in shader dumps
Marek Olšák
3
-1
/
+3
2015-07-31
radeonsi: add a debug flag that disables printing the LLVM IR in shader dumps
Marek Olšák
6
-29
/
+29
2015-07-31
radeonsi: store shader disassemblies in memory for future users
Marek Olšák
7
-17
/
+18
2015-07-31
radeonsi: don't use llvm.AMDIL.fraction for FRC and DFRAC
Marek Olšák
1
-4
/
+16
2015-07-31
gallium/radeon: re-enable unsafe math for graphics shaders
Marek Olšák
1
-0
/
+4
2015-07-31
gallium/radeon: don't use rsq_action
Marek Olšák
1
-7
/
+3
2015-07-31
gallium/radeon: move r600-specific code to r600g
Marek Olšák
2
-152
/
+150
2015-07-31
gallium/radeon: remove unused variables and old comments
Marek Olšák
4
-35
/
+0
2015-07-31
gallium/radeon: remove build_intrinsic and build_tgsi_intrinsic
Marek Olšák
4
-108
/
+58
2015-07-31
gallivm: add LLVMAttribute parameter to lp_build_intrinsic
Marek Olšák
7
-19
/
+24
2015-07-31
gallium/util: clear up that debug_get_flags_option returns a 64-bit mask
Marek Olšák
2
-7
/
+7
2015-07-31
radeonsi: completely rework updating descriptors without CP DMA
Marek Olšák
4
-271
/
+128
2015-07-31
i965/fs: Fix regression with SIMD8 VS since b5f1a48e234d47b24df38cb562cffb894...
Francisco Jerez
1
-1
/
+2
2015-07-30
i965/gen9: Add hs, ds, and cs thread + urb info
Ben Widawsky
1
-0
/
+10
2015-07-30
i965/bxt: Use more conservative thread counts
Ben Widawsky
1
-2
/
+4
2015-07-30
i965/skl: Add production thread counts and URB size
Ben Widawsky
1
-5
/
+5
2015-07-30
vc4: Lower uniform loads to scalar in NIR.
Eric Anholt
2
-31
/
+81
2015-07-30
vc4: Move some FS input lowering into NIR.
Eric Anholt
2
-35
/
+50
2015-07-30
vc4: Move program keys to the header file.
Eric Anholt
2
-47
/
+49
2015-07-30
vc4: Lower NIR inputs to scalar as well.
Eric Anholt
2
-4
/
+44
2015-07-30
vc4: Start adding a NIR-based output lowering pass.
Eric Anholt
4
-7
/
+137
2015-07-30
vc4: Mark our shaders as single-threaded.
Eric Anholt
2
-0
/
+6
2015-07-30
vc4: Avoid leaking indirect array access UBOs.
Eric Anholt
1
-0
/
+2
2015-07-30
vc4: Avoid overflowing various static tables.
Eric Anholt
4
-4
/
+4
2015-07-30
vc4: Fix return values from recent validation changes.
Eric Anholt
1
-4
/
+4
2015-07-31
docs: trivial cleanup of GL3.txt, remove redundant radeonsi entries.
Kai Wasserbäch
1
-2
/
+2
2015-07-31
st/mesa: don't draw instead of asserting in transform feedback
Dave Airlie
3
-4
/
+7
2015-07-30
mesa: remove now unused _mesa_get_uniform_location
Timothy Arceri
2
-79
/
+0
2015-07-30
mesa: remove now unused subscript validations
Timothy Arceri
2
-108
/
+0
2015-07-30
mesa: fix and simplify resource query for arrays
Timothy Arceri
5
-92
/
+106
2015-07-30
i965/bxt: Don't use brw_device_info_skl_early on BXT
Neil Roberts
1
-1
/
+3
2015-07-30
glsl: set stage flag for structs and arrays in resource list
Timothy Arceri
1
-3
/
+13
2015-07-30
docs: consolidate radeonsi in GL3.txt
Dave Airlie
1
-16
/
+16
2015-07-30
radeonsi: enable GL4.1 and update documentation (v2)
Dave Airlie
3
-9
/
+10
2015-07-30
radeonsi: add GS multiple streams support (v2)
Dave Airlie
6
-39
/
+127
2015-07-29
Delete unused functions in format parser
Anuj Phogat
1
-7
/
+0
2015-07-29
i965: Change the type of max_{vs, hs, ...}_threads variables to unsigned
Anuj Phogat
2
-7
/
+7
2015-07-29
Delete duplicate function is_power_of_two() and use _mesa_is_pow_two()
Anuj Phogat
8
-26
/
+15
2015-07-29
gallium/auxiliary: Ensure c99_math.h is included.
Jose Fonseca
1
-1
/
+2
2015-07-29
c99_math: (trivial) implement exp2 for MSVC too
Roland Scheidegger
1
-0
/
+6
2015-07-29
i965/bxt: Support 3src simd16 instructions
Ben Widawsky
1
-3
/
+1
2015-07-29
targets/dri: scons: add missing link against libdrm
Emil Velikov
1
-0
/
+2
[next]