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
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2014-05-02
draw: Prevent signed/unsigned comparisons.
José Fonseca
1
-1
/
+1
2014-05-02
st/vega: Prevent signed/unsigned comparisons.
José Fonseca
1
-5
/
+5
2014-05-02
util/u_debug_flush: Use util_snprintf.
José Fonseca
1
-2
/
+3
2014-05-02
targets/omx: add nouveau target
Emil Velikov
3
-0
/
+65
2014-05-02
targets/omx: use GALLIUM_VIDEO_CFLAGS
Emil Velikov
2
-14
/
+2
2014-05-02
targets/pipe-loader: cleanup version-script
Emil Velikov
3
-5
/
+9
2014-05-02
targets/opencl: hide all the exported llvm/clang mayhem... hopefully
Emil Velikov
2
-0
/
+7
2014-05-02
targets/egl-static: freshen up the version script
Emil Velikov
3
-5
/
+8
2014-05-02
targets/gbm: add version-script to limit exported symbols
Emil Velikov
2
-0
/
+7
2014-05-02
targets/vdpau: use version script to limit the exported symbols
Emil Velikov
5
-7
/
+9
2014-05-02
targets/omx: drop the version from the omx targets
Emil Velikov
1
-0
/
+1
2014-05-02
targets/omx: use version script to limit amount of exported symbols
Emil Velikov
4
-5
/
+7
2014-05-02
targets/dri: use a single version script to restict exported symbols
Emil Velikov
8
-21
/
+6
2014-05-02
targets/xvmc: limit the amount of exported symbols
Emil Velikov
2
-1
/
+33
2014-05-02
targets/osmesa: hide osmesa_create_screen
Emil Velikov
1
-1
/
+3
2014-05-02
targets/pipe-loader: drop driver_descriptor symbol from swrast
Emil Velikov
2
-4
/
+2
2014-05-02
mesa: add extra null checks in vbo_rebase_prims()
Juha-Pekka Heikkila
1
-2
/
+21
2014-05-02
mesa: add missing null checks in _tnl_register_fastpath()
Juha-Pekka Heikkila
1
-2
/
+12
2014-05-02
mesa: Add _mesa_error_no_memory for logging out-of-memory messages
Ian Romanick
5
-3
/
+52
2014-05-02
glsl: make static constant variables "static const"
Chia-I Wu
6
-38
/
+39
2014-05-02
i965: Enable INTEL_performance_query for Gen5+.
Petri Latvala
1
-1
/
+3
2014-05-02
mesa: Implement INTEL_performance_query.
Petri Latvala
1
-46
/
+441
2014-05-02
mesa: Add core support for the GL_INTEL_performance_query extension.
Petri Latvala
11
-1
/
+399
2014-05-02
mesa: Add INTEL_performance_query enums to tests/enum_strings.cpp
Petri Latvala
1
-0
/
+18
2014-05-02
nouveau: add ARB_buffer_storage support
Ilia Mirkin
10
-5
/
+112
2014-05-02
nouveau: remove cb_dirty, it's never used
Ilia Mirkin
2
-4
/
+1
2014-05-02
nvc0: treat non-linear 2DRect textures the same as 2D
Ilia Mirkin
1
-1
/
+1
2014-05-02
mesa/st: enable carry/borrow lowering pass
Ilia Mirkin
1
-0
/
+2
2014-05-02
glsl: add lowering passes for carry/borrow
Ilia Mirkin
2
-0
/
+60
2014-05-02
mesa: Eliminate gl_shader_program::InternalSeparateShader
Ian Romanick
3
-14
/
+2
2014-05-02
mesa: Enable GL_EXT_separate_shader_objects for OpenGL ES
Ian Romanick
7
-6
/
+331
2014-05-02
glsl: Sort the list of extensions
Ian Romanick
2
-62
/
+85
2014-05-02
mesa: Remove support for desktop OpenGL GL_EXT_separate_shader_objects
Ian Romanick
9
-209
/
+11
2014-05-02
mesa/sso: Enable GL_ARB_separate_shader_objects by default
Ian Romanick
8
-20
/
+8
2014-05-02
sso: Add display list support for ARB_separate_shader_objects new functions
Ian Romanick
1
-0
/
+911
2014-05-02
linker: Modify cross_validate_outputs_to_inputs to match using explicit locat...
Ian Romanick
2
-20
/
+103
2014-05-02
linker: Sort shader I/O variables into a canonical order
Ian Romanick
1
-4
/
+74
2014-05-02
linker: Allow geometry shader without vertex shader for separable programs
Ian Romanick
1
-1
/
+2
2014-05-02
linker: Assign varying locations for separable programs
Ian Romanick
2
-3
/
+30
2014-05-02
linker: Allow consumer stage or producer stage to be NULL
Ian Romanick
1
-25
/
+46
2014-05-02
linker: Refactor code that gets an input matching an output
Ian Romanick
2
-17
/
+114
2014-05-02
glsl: Exit when the shader IR contains an interface block instance
Ian Romanick
2
-31
/
+63
2014-05-02
glsl/tests: Add first simple tests of populate_consumer_input_sets
Ian Romanick
2
-1
/
+248
2014-05-02
linker: Refactor code that builds hash tables of varyings during linking
Ian Romanick
1
-20
/
+33
2014-05-02
meta: Fix saving the program pipeline state
Ian Romanick
2
-34
/
+53
2014-05-02
mesa/sso: Refactor new function _mesa_bind_pipeline
Ian Romanick
2
-3
/
+14
2014-05-02
linker: Make lower_packed_varyings work with explicit locations
Ian Romanick
1
-1
/
+6
2014-05-02
glsl: Remove varying "base" parameters
Ian Romanick
3
-35
/
+20
2014-05-02
glsl: Constify parameter to a couple varying_matches methods
Ian Romanick
1
-4
/
+4
2014-05-02
clover: Add a stub implementation of clCreateImage() v3
Tom Stellard
4
-2
/
+21
[next]