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
Commit message (
Expand
)
Author
Age
Files
Lines
*
build: Convert git_sha1_gen script to Python (part2).
Jose Fonseca
2017-08-01
2
-2
/
+2
*
st/dri: don't set PIPE_BIND_SHARED for privately-allocated renderbuffers
Marek Olšák
2017-08-01
1
-2
/
+3
*
radeonsi: don't print AMD twice in the renderer string with the marketing name
Marek Olšák
2017-08-01
1
-1
/
+2
*
radeonsi: print CE IBs into ddebug reports
Marek Olšák
2017-08-01
7
-10
/
+41
*
radeonsi: fix printing vertex buffer descriptors into ddebug reports
Marek Olšák
2017-08-01
2
-0
/
+8
*
radeonsi: don't flush sL1 conditionally in WAIT_ON_CE_COUNTER
Marek Olšák
2017-08-01
1
-3
/
+3
*
radeonsi: set up HTILE in descriptors only when level 0 is accessible
Marek Olšák
2017-08-01
1
-1
/
+1
*
radeonsi: fix various CLEAR_STATE issues
Marek Olšák
2017-08-01
1
-0
/
+22
*
build: Convert git_sha1_gen script to Python.
Jose Fonseca
2017-08-01
3
-3
/
+4
*
Fix SCons build
Nicolai Hähnle
2017-08-01
1
-1
/
+1
*
mesa: fix bad cast conversions in viewport()
Samuel Pitoiset
2017-08-01
1
-3
/
+4
*
i965/drm: Inline brw_bo_references.
Kenneth Graunke
2017-07-31
2
-7
/
+6
*
Revert "st_glsl_to_tgsi: rewrite rename registers to use array fully."
Dave Airlie
2017-08-01
1
-26
/
+29
*
radv: handle 10-bit format clamping workaround.
Dave Airlie
2017-08-01
8
-16
/
+51
*
gallium/targets: Fix d3dadapter9 build after xmlconfig move.
Bas Nieuwenhuizen
2017-07-31
1
-0
/
+1
*
radv: Don't underflow non-visible VRAM size.
Bas Nieuwenhuizen
2017-07-31
1
-2
/
+4
*
Android: fix xmlconfig build
Rob Herring
2017-07-31
1
-0
/
+3
*
util/ra: fix memory leak
Eric Engestrom
2017-07-31
1
-0
/
+2
*
mesa: drop unnecessary GLAPIENTRY to _mesa_init_line()
Samuel Pitoiset
2017-07-31
2
-2
/
+2
*
mesa: only check errors when the state change in glClipControl()
Samuel Pitoiset
2017-07-31
1
-14
/
+16
*
mesa: only check errors when the state change in glPointSize()
Samuel Pitoiset
2017-07-31
1
-10
/
+9
*
mesa: only check errors when the state change in glCullFace()
Samuel Pitoiset
2017-07-31
1
-9
/
+10
*
mesa: only check errors when the state change in glProvokingVertex()
Samuel Pitoiset
2017-07-31
1
-3
/
+3
*
ac/common: always build NIR translation
Nicolai Hähnle
2017-07-31
1
-7
/
+2
*
Android: fix compile error for DRI2 loader getCapability
Rob Herring
2017-07-31
1
-1
/
+1
*
Attempt to fix AppVeyor build, round 2
Nicolai Hähnle
2017-07-31
1
-5
/
+7
*
Revert "st/mesa: release sampler views when redefining a texture in st_contex...
Marek Olšák
2017-07-31
1
-2
/
+0
*
Attempt to fix the AppVeyor build
Nicolai Hähnle
2017-07-31
2
-4
/
+1
*
xmlconfig: move into src/util
Nicolai Hähnle
2017-07-31
53
-110
/
+124
*
xmlconfig: remove GL type dependencies
Nicolai Hähnle
2017-07-31
1
-6
/
+4
*
radeonsi: ensure that temp array allocas are in the entry block
Nicolai Hähnle
2017-07-31
1
-1
/
+1
*
radeonsi: enable R600_DEBUG=nir for vertex and fragment shaders
Nicolai Hähnle
2017-07-31
3
-1
/
+8
*
radeonsi: VS as ES/LS are not yet supported with R600_DEBUG=nir
Nicolai Hähnle
2017-07-31
1
-0
/
+2
*
radeonsi/nir: lower uniforms to UBO loads
Nicolai Hähnle
2017-07-31
1
-0
/
+10
*
ac/nir: implement load_frag_coord intrinsic
Nicolai Hähnle
2017-07-31
1
-0
/
+10
*
radeonsi/nir: lower txp instructions
Nicolai Hähnle
2017-07-31
1
-0
/
+5
*
ac/nir: pass ac_llvm_context to unpack_param
Nicolai Hähnle
2017-07-31
1
-18
/
+18
*
ac/nir,radeonsi: add and use ac_shader_abi::frag_pos
Nicolai Hähnle
2017-07-31
3
-17
/
+26
*
ac/nir,radeonsi: add and use ac_shader_abi::{ancillary,sample_coverage}
Nicolai Hähnle
2017-07-31
3
-8
/
+10
*
ac/nir,radv: move force_persample to ac_shader_info::force_persample
Nicolai Hähnle
2017-07-31
6
-6
/
+10
*
radeonsi: tweak next-shader assumptions when streamout is used
Nicolai Hähnle
2017-07-31
1
-5
/
+11
*
radeonsi: use new function ac_build_umin for edgeflag clamping
Nicolai Hähnle
2017-07-31
3
-1
/
+9
*
ac/nir: clamp shadow texture comparison value on VI
Nicolai Hähnle
2017-07-31
1
-1
/
+13
*
ac/nir: add always_vector argument to ac_build_gather_values_extended
Nicolai Hähnle
2017-07-31
3
-19
/
+13
*
ac/nir,radeonsi: add ac_shader_abi::front_face
Nicolai Hähnle
2017-07-31
3
-7
/
+15
*
ac/nir: pass ac_nir_context to emit_ddxy
Nicolai Hähnle
2017-07-31
1
-15
/
+14
*
ac/nir: pass ac_nir_context to SSBO intrinsic handlers
Nicolai Hähnle
2017-07-31
1
-55
/
+59
*
radeonsi: implement and use ac_shader_abi::load_ssbo
Nicolai Hähnle
2017-07-31
2
-11
/
+20
*
radeonsi: make get_indirect_index globally visible
Nicolai Hähnle
2017-07-31
2
-10
/
+13
*
ac/nir: load buffer descriptors via ac_shader_abi::load_ssbo
Nicolai Hähnle
2017-07-31
2
-8
/
+30
[next]