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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "glx: Implement GLX_EXT_no_config_context"
Adam Jackson
2019-09-26
12
-65
/
+26
*
radv: Add debug option to dump meta shaders.
Timur Kristóf
2019-09-26
3
-2
/
+6
*
amd/common: Introduce ac_get_fs_input_vgpr_cnt.
Timur Kristóf
2019-09-26
4
-73
/
+63
*
radv: Set shared VGPR count in radv_postprocess_config.
Timur Kristóf
2019-09-26
2
-2
/
+18
*
amd/common: Add num_shared_vgprs to ac_shader_config for GFX10.
Timur Kristóf
2019-09-26
2
-0
/
+20
*
amd/common: Extract some helper functions to ac_shader_util.
Timur Kristóf
2019-09-26
5
-117
/
+131
*
amd/common: Move ac_export_mrt_z to ac_llvm_build.
Timur Kristóf
2019-09-26
4
-75
/
+76
*
aco: CSE readlane/readfirstlane/permute/reduce with the same exec mask
Rhys Perry
2019-09-26
2
-9
/
+37
*
aco: don't CSE v_readlane_b32/v_readfirstlane_b32
Rhys Perry
2019-09-26
1
-0
/
+4
*
aco,radv: rename record_llvm_ir/llvm_ir_string to record_ir/ir_string
Rhys Perry
2019-09-26
6
-18
/
+18
*
radv/aco: return a correct name and description for the backend IR
Rhys Perry
2019-09-26
3
-2
/
+9
*
aco: store printed backend IR in binary
Rhys Perry
2019-09-26
1
-4
/
+21
*
aco,radv/aco: get dissassembly for release builds if requested
Rhys Perry
2019-09-26
2
-10
/
+2
*
radv/aco: actually disable ACO when unsupported
Rhys Perry
2019-09-26
1
-1
/
+0
*
mesa/st: calculate texture size based on EGLImage miplevel
Tapani Pälli
2019-09-26
1
-2
/
+5
*
meson: fix logic for generating .pc files with old glvnd
Dylan Baker
2019-09-25
4
-21
/
+24
*
nir/range-analysis: Use types to provide better ranges from bcsel and mov
Ian Romanick
2019-09-25
1
-25
/
+4
*
nir/range-analysis: Use types in the hash key
Ian Romanick
2019-09-25
1
-38
/
+98
*
nir/range-analysis: Bail if the types don't match
Ian Romanick
2019-09-25
1
-0
/
+20
*
intel: Add new Comet Lake PCI-ids
Lionel Landwerlin
2019-09-26
1
-0
/
+3
*
intel: use proper label for Comet Lake skus
Lionel Landwerlin
2019-09-26
1
-18
/
+18
*
freedreno/a6xx: Move instrlen and obj_start writes to fd6_emit_shader
Kristian H. Kristensen
2019-09-25
1
-32
/
+44
*
freedreno/a6xx: Emit const and texture state for HS/DS/GS
Kristian H. Kristensen
2019-09-25
4
-8
/
+74
*
freedreno/ir3: Add HS/DS/GS to shader key and cache
Kristian H. Kristensen
2019-09-25
2
-6
/
+31
*
freedreno/a6xx: Add generic program stateobj support for HS/DS/GS
Kristian H. Kristensen
2019-09-25
4
-19
/
+75
*
freedreno: Move fs functions after geometry pipeline stages
Kristian H. Kristensen
2019-09-25
1
-10
/
+10
*
freedreno: Add state binding functions for HS/DS/GS
Kristian H. Kristensen
2019-09-25
2
-1
/
+31
*
freedreno: Rename vp and fp to vs and fs in fd_program_stateobj
Kristian H. Kristensen
2019-09-25
16
-104
/
+104
*
freedreno/a6xx: Factor out const state setup
Kristian H. Kristensen
2019-09-25
1
-27
/
+20
*
glsl: turn runtime asserts of compile-time value into compile-time asserts
Eric Engestrom
2019-09-25
1
-6
/
+12
*
docs/release-calendar: add missing <td> and </td>
Eric Engestrom
2019-09-25
1
-3
/
+6
*
docs/release-calendar: fix bugfix release numbers
Eric Engestrom
2019-09-25
1
-2
/
+2
*
anv: gem-stubs: return a valid fd got anv_gem_userptr()
Lionel Landwerlin
2019-09-25
1
-1
/
+7
*
st/nine: Ignore D3DSIO_RET if it is the last instruction in a shader
Danylo Piliaiev
2019-09-25
1
-1
/
+7
*
bin/get-pick-list: use --oneline=pretty instead of --oneline
Dylan Baker
2019-09-25
1
-1
/
+1
*
release: Push 19.3 back two weeks
Dylan Baker
2019-09-25
1
-4
/
+4
*
docs: update calendar, add news item, and link release notes for 19.2.0
Dylan Baker
2019-09-25
4
-5
/
+28
*
docs: add SHA256 sum for 19.2.0
Dylan Baker
2019-09-25
1
-1
/
+1
*
docs: Add release notes for 19.2.0
Dylan Baker
2019-09-25
1
-2
/
+367
*
lima/ppir: Add various varying fetch sources to disassembler
Andreas Baierl
2019-09-25
1
-23
/
+50
*
meson: re-add incorrect pkg-config files with GLVND for backward compatibility
Eric Engestrom
2019-09-25
4
-13
/
+34
*
aco: check for duplicate opcode numbers
Rhys Perry
2019-09-25
1
-0
/
+25
*
aco: fix opcode for s_mul_hi_i32
Rhys Perry
2019-09-25
1
-1
/
+1
*
aco: fix v_subrev_co_u32_e64 opcode
Rhys Perry
2019-09-25
1
-1
/
+1
*
aco: fix GFX9 opcode for v_xad_u32
Rhys Perry
2019-09-25
1
-1
/
+1
*
aco: implement 64-bit ineg
Rhys Perry
2019-09-25
2
-2
/
+17
*
aco: run nir_lower_int64() before nir_lower_idiv()
Rhys Perry
2019-09-25
1
-3
/
+3
*
nir: Fix overlapping vars in nir_assign_io_var_locations()
Connor Abbott
2019-09-25
1
-1
/
+1
*
clover: eliminate "ignoring attributes on template argument" warning
Karol Herbst
2019-09-25
1
-1
/
+10
*
clover/codegen: remove unused get_symbol_offsets function
Karol Herbst
2019-09-25
1
-12
/
+0
[next]