index
:
~nh/mesa
ARB_enhanced_layouts
ARB_gpu_shader_int64
ARB_sparse_buffer
ac_surface
addrtool
arb_bindless_texture
arb_transform_feedback_overflow_query
arrays
buffer-suballoc
cubemaps
ddiv
debug-dma
descriptors
driconf
fences-threads-ddebug
first-image
ibs
images-radeonsi
khronos-update
ldexp
merged-shader-io-bitfields
nir
nir-v2
out-of-order
pbo-download
pbo-upload
pub-invalidate
query
query-buffer-object
r300-compiler
r300g-glsl
readpixels
shader-state
si_shader_mem
ssbo
tgsi-const-2d
tmp
ubsan
user_stride
user_stride-v2
wip
nh's Mesa repository; mostly radeonsi related development
nh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2017-05-11
Android: remove needless conditional including of child makefiles
Rob Herring
5
-75
/
+4
2017-05-11
Android: Fix swrast only build
Rob Herring
3
-12
/
+6
2017-05-11
Android: amd/common: fix dependency on libmesa_nir
Rob Herring
2
-1
/
+4
2017-05-11
Android: amd: use exported include dirs instead of explicit includes
Rob Herring
4
-8
/
+10
2017-05-11
Android: remove remaining explicit libcxx includes
Rob Herring
4
-5
/
+1
2017-05-11
Android: define required __STDC* macros as cflags
Mauro Rossi
1
-0
/
+5
2017-05-11
Android: drop static linking of R600 LLVM libraries
Mauro Rossi
1
-6
/
+1
2017-05-11
configure.ac: Fix help string for --disable-pwr8 configure option
Philipp Zabel
1
-1
/
+1
2017-05-11
mesa: remove _CurrentFragmentProgram from gl_pipeline_object
Timothy Arceri
6
-36
/
+2
2017-05-11
mesa: add KHR_no_error support for FramebufferTexture*D functions
Timothy Arceri
3
-3
/
+45
2017-05-11
mesa: add no error version of framebuffer_texture_with_dims()
Timothy Arceri
1
-0
/
+22
2017-05-11
mesa: add error version of get_texture_for_framebuffer()
Timothy Arceri
1
-8
/
+18
2017-05-11
mesa: pass rb attachment to _mesa_framebuffer_texture()
Timothy Arceri
3
-21
/
+45
2017-05-11
mesa: add _mesa_get_and_validate_attachment() helper
Timothy Arceri
2
-12
/
+30
2017-05-11
mesa: remove _mesa_problem() from a few locations
Timothy Arceri
3
-10
/
+6
2017-05-11
mesa: make _mesa_get_framebuffer_attachment_parameter() static
Timothy Arceri
2
-16
/
+9
2017-05-11
mesa: fix indentation
Timothy Arceri
1
-1
/
+1
2017-05-11
mesa: remove _mesa from static framebuffer object function
Timothy Arceri
1
-3
/
+3
2017-05-11
gallivm: Fix build against LLVM SVN >= r302589
Michel Dänzer
1
-3
/
+9
2017-05-11
mesa: small _mesa_UseProgram() tidy up
Timothy Arceri
1
-4
/
+1
2017-05-11
mesa: add KHR_no_error support for glBindProgramPipeline()
Timothy Arceri
3
-1
/
+29
2017-05-11
mesa: add KHR_no_error support for glActiveShaderProgram()
Timothy Arceri
3
-1
/
+21
2017-05-11
mesa: add KHR_no_error support for glUseProgramStages()
Timothy Arceri
3
-1
/
+25
2017-05-11
mesa: create use_program_stages() helper
Timothy Arceri
1
-32
/
+39
2017-05-11
radv: handle fragment shader srgb resolve pass better
Dave Airlie
2
-11
/
+38
2017-05-10
i965: Make INTEL_DEBUG=bat decode VS/CLIP/GS/SF/WM/CC_STATE on Gen4-5.
Kenneth Graunke
1
-1
/
+21
2017-05-10
i965: Switch BRW_NEW_CURBE_OFFSETS to BRW_NEW_PUSH_CONSTANT_ALLOCATION.
Kenneth Graunke
8
-18
/
+14
2017-05-10
i965: Drop BRW_NEW_PUSH_CONSTANT_ALLOCATION from Gen6 code.
Kenneth Graunke
1
-9
/
+3
2017-05-10
i965: Only #if...#endif a single function or related section at a time.
Kenneth Graunke
1
-3
/
+38
2017-05-10
i965: Turn brw_get_line_width_float() into brw_get_line_width().
Kenneth Graunke
2
-12
/
+4
2017-05-10
i965: Drop INTEL_DEBUG=stats.
Kenneth Graunke
9
-18
/
+3
2017-05-10
i965: Disable ARB_pipeline_statistics_query on Gen4-5.
Kenneth Graunke
1
-1
/
+1
2017-05-10
radeonsi: add new vega10 pci ids
Alex Deucher
1
-0
/
+2
2017-05-10
st/mesa: move the logic of all_varyings_in_vbos into st_update_array
Marek Olšák
3
-25
/
+12
2017-05-10
st/mesa: unify common code in st_draw_vbo functions
Marek Olšák
1
-27
/
+21
2017-05-10
st/mesa: make st_draw_vbo static
Marek Olšák
3
-14
/
+2
2017-05-10
radeonsi: remove upload code for zero-stride vertex attribs
Marek Olšák
1
-26
/
+8
2017-05-10
st/mesa: upload zero-stride vertex attributes here
Marek Olšák
3
-16
/
+48
2017-05-10
gallium: add PIPE_CAP_CAN_BIND_CONST_BUFFER_AS_VERTEX
Marek Olšák
17
-0
/
+18
2017-05-10
st/mesa: simplify the signature of get_client_array
Marek Olšák
1
-10
/
+8
2017-05-10
st/mesa: remove vpv->num_inputs dereferences in st_update_array
Marek Olšák
1
-20
/
+20
2017-05-10
st/mesa: fold error handling into setup_(non_)interleaved_attribs
Marek Olšák
1
-18
/
+10
2017-05-10
st/mesa: fold cso calls into setup_(non_)interleaved_attribs
Marek Olšák
1
-46
/
+45
2017-05-10
st/mesa: don't call util_draw_init_info in st_draw_vbo
Marek Olšák
1
-2
/
+8
2017-05-10
gallium: remove pipe_index_buffer and set_index_buffer
Marek Olšák
107
-1217
/
+667
2017-05-10
gallium: separate indirect stuff from pipe_draw_info - 80 -> 56 bytes
Marek Olšák
14
-113
/
+152
2017-05-10
gallium: decrease the size of pipe_vertex_buffer - 24 -> 16 bytes
Marek Olšák
80
-368
/
+400
2017-05-10
docs: add news item and link release notes for 17.1.0
Emil Velikov
2
-0
/
+8
2017-05-10
docs: add sha256 checksums for 17.1.0
Emil Velikov
1
-1
/
+2
2017-05-10
docs: Update 17.1.0 release notes
Emil Velikov
1
-1
/
+142
[next]