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
2010-09-08
glx: Fix use after free problem
Kristian Høgsberg
1
-6
/
+7
2010-09-08
glsl: Fix for scalar float built-in definitions.
Kenneth Graunke
3
-4
/
+4
2010-09-08
glsl: regenerate builtins
Eric Anholt
1
-1
/
+1
2010-09-08
glsl: Fix typo in builtin step() using a wrong channel.
Eric Anholt
1
-1
/
+1
2010-09-08
ir_validate: Ensure ir_binop_dot is only used on vector types.
Kenneth Graunke
1
-0
/
+1
2010-09-08
glsl: Refresh automatically generated file builtin_function.cpp.
Kenneth Graunke
1
-11
/
+9
2010-09-08
glsl/builtins: Don't use ir_binop_dot on floating point values.
Kenneth Graunke
4
-6
/
+6
2010-09-08
glsl/builtins: Simplify degenerate scalar float cases.
Kenneth Graunke
3
-5
/
+3
2010-09-08
glsl2: Make sure _mesa_glsl_parse_state constructor gets a context
Ian Romanick
2
-2
/
+4
2010-09-08
glx: Drop broken drawable garbage collection
Kristian Høgsberg
9
-59
/
+48
2010-09-08
dri: Unset current context and dispatch table when unbinding
Kristian Høgsberg
4
-0
/
+13
2010-09-08
glsl: Support GLSL ES in the standalone compile.
Chia-I Wu
1
-1
/
+3
2010-09-08
glsl: Require a context in _mesa_glsl_parse_state.
Chia-I Wu
2
-62
/
+62
2010-09-08
st/dri: Call dri_init_extensions only for API_OPENGL.
Chia-I Wu
1
-1
/
+9
2010-09-08
st/dri: Use enum st_api_type internally.
Chia-I Wu
5
-27
/
+39
2010-09-08
st/dri: Add multi-api support
nobled
5
-13
/
+46
2010-09-08
st/dri: Make clear which API's are supported
nobled
1
-1
/
+4
2010-09-08
r600g: add initial bank swizzle support.
Dave Airlie
4
-4
/
+295
2010-09-07
glcpp: Fix build on non-GCC compilers.
Kenneth Graunke
2
-90
/
+92
2010-09-07
ast_to_hir: Mark arrays as lvalues in GLSL ES, but prohibit assignment.
Kenneth Graunke
1
-1
/
+7
2010-09-07
glsl: Allow overloading of built-ins without hiding in GLSL ES.
Kenneth Graunke
1
-1
/
+1
2010-09-07
glsl: Move is_builtin flag back to ir_function_signature.
Kenneth Graunke
9
-15
/
+28
2010-09-07
ast_to_hir: Reject embedded structure definitions in GLSL ES 1.00.
Kenneth Graunke
1
-0
/
+9
2010-09-07
ast_to_hir: Reject unsized array declarations in GLSL ES 1.00.
Kenneth Graunke
1
-9
/
+18
2010-09-07
ast_to_hir: Allow matrix-from-matrix constructors in GLSL ES.
Kenneth Graunke
1
-1
/
+1
2010-09-07
i965: Enable EXT_framebuffer_blit internally.
Kenneth Graunke
1
-0
/
+1
2010-09-07
mesa: Enable GL_MAX_VERTEX_ATTRIBS in ES2.
Kenneth Graunke
1
-1
/
+16
2010-09-07
linker: Fix assertion and cross-version checks for version 100.
Kenneth Graunke
1
-2
/
+3
2010-09-07
glsl: Add built-in function profiles for GLSL ES 1.00.
Kenneth Graunke
3
-11
/
+2953
2010-09-07
glsl: Add built-in variables for GLSL ES 1.00.
Kenneth Graunke
2
-0
/
+82
2010-09-07
glsl: Split out types that are in 1.10 but not GLSL ES 1.00.
Kenneth Graunke
3
-15
/
+35
2010-09-07
glsl: Recognize GLSL ES 1.00 keywords.
Kenneth Graunke
4
-281
/
+287
2010-09-07
glsl: Define GL_ES preprocessor macro if API is OpenGL ES 2.0.
Kenneth Graunke
9
-228
/
+250
2010-09-07
glsl: Accept language version 100 and make it the default on ES2.
Kenneth Graunke
4
-242
/
+255
2010-09-07
glsl: Set default language version in mesa_glsl_parse_state constructor.
Kenneth Graunke
4
-260
/
+249
2010-09-07
ir_to_mesa: Add support for gl_NormalScale.
Eric Anholt
2
-0
/
+7
2010-09-07
glsl: Make sure shader source isn't NULL.
Kenneth Graunke
1
-0
/
+8
2010-09-08
r600g: Added missing r600_bc_add_literal() calls to XPD implementation.
Tilman Sauerbeck
1
-0
/
+8
2010-09-08
r600g: Added preliminary support for the LOG opcode.
Tilman Sauerbeck
1
-1
/
+121
2010-09-08
r600g: Added missing abs-ification to RSQ.
Tilman Sauerbeck
1
-1
/
+30
2010-09-08
r600g: split opcodes out and add wrapper around usage.
Dave Airlie
4
-208
/
+233
2010-09-08
r600g: add support for constants in memory buffers.
Dave Airlie
14
-51
/
+154
2010-09-08
r600g: abstract the hw states out behind a vtbl.
Dave Airlie
7
-975
/
+1103
2010-09-07
glsl2: Forbid array-types in ?: operator in GLSL 1.10
Ian Romanick
1
-0
/
+11
2010-09-07
mesa: Set the base format of GL_ALPHA FBOs and teach swrast about it.
Eric Anholt
3
-3
/
+12
2010-09-07
ir_to_mesa: Fix warning in last commit.
Eric Anholt
1
-1
/
+1
2010-09-07
ir_to_mesa: Move the STATE_VAR elements of a builtin uniform to a temp (v2).
Eric Anholt
1
-345
/
+326
2010-09-07
glsl2: Early return with visit_continue in loop_analysis::visit(ir_dereferenc...
Ian Romanick
1
-1
/
+1
2010-09-07
glsl: Change grammar rules for selection statements to match the spec.
Kenneth Graunke
3
-950
/
+913
2010-09-07
i965: Store the byte address in the VS constant buffer as an integer.
Eric Anholt
1
-1
/
+1
[next]