index
:
~brianp/mesa
gallium-bind-sampler-states
glsl-fixes
remove-mfeatures
remove-mfeatures-2
vmware-gl3
Brian Paul's Mesa git repo
brianp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2013-09-09
glsl: Use conditional-select in mix().
Matt Turner
1
-8
/
+8
2013-09-09
i965: Add support for ir_triop_csel.
Matt Turner
3
-0
/
+13
2013-09-09
glsl: Add conditional-select IR.
Matt Turner
8
-0
/
+38
2013-09-09
glsl: Rename ir_function_signature::builtin_info to builtin_avail.
Kenneth Graunke
3
-7
/
+7
2013-09-09
build: Delete cross-compiling macros.
Kenneth Graunke
3
-265
/
+0
2013-09-09
glsl: Add missing type inference for ir_binop_bfm.
Kenneth Graunke
1
-0
/
+1
2013-09-09
glsl: Delete old built-in function generation code.
Kenneth Graunke
135
-11595
/
+0
2013-09-09
glsl: Remove builtin_compiler from the build system.
Kenneth Graunke
10
-253
/
+23
2013-09-09
glsl: Switch to the new built-in function module.
Kenneth Graunke
3
-29
/
+4
2013-09-09
glsl: Write a new built-in function module.
Kenneth Graunke
3
-0
/
+3528
2013-09-09
glsl: Add optional parameters to the ir_factory constructor.
Kenneth Graunke
1
-3
/
+3
2013-09-09
glsl: Add IR builder shortcuts for a bunch of random opcodes.
Kenneth Graunke
2
-0
/
+94
2013-09-09
glsl: Expose IR builder support for arbitrary swizzling.
Kenneth Graunke
1
-0
/
+1
2013-09-09
glsl: Add a new ir_builder::dotlike() function.
Kenneth Graunke
2
-0
/
+12
2013-09-09
glsl: Add IR builder support for generating return statements.
Kenneth Graunke
2
-0
/
+9
2013-09-09
glsl: Add IR builder support for conditional assignments.
Kenneth Graunke
2
-2
/
+17
2013-09-09
glsl: Add IR builder support for triops.
Kenneth Graunke
2
-0
/
+9
2013-09-09
glsl: Add an ir_expression triop constructor with type inference.
Kenneth Graunke
2
-0
/
+36
2013-09-09
glsl: Add missing type inference support for ARB_gpu_shader5 unops.
Kenneth Graunke
1
-0
/
+4
2013-09-09
glsl: Initialize lod_info in the ir_texture constructor.
Kenneth Graunke
1
-0
/
+1
2013-09-09
glsl: Skip unavailable built-ins when printing out similar candidates.
Kenneth Graunke
1
-0
/
+3
2013-09-09
glsl: Skip unavailable built-ins when matching signatures.
Kenneth Graunke
1
-0
/
+8
2013-09-09
glsl: Pass _mesa_glsl_parse_state into matching_signature and such.
Kenneth Graunke
12
-21
/
+30
2013-09-09
glsl: Add a method to tell whether a built-in is available.
Kenneth Graunke
2
-0
/
+20
2013-09-09
glsl: Mark _mesa_glsl_parse_state::is_version() as const.
Kenneth Graunke
1
-1
/
+1
2013-09-09
glsl: Convert ir_function_signature::is_builtin to a method.
Kenneth Graunke
6
-10
/
+15
2013-09-09
glsl: Store a predicate for whether a built-in signature is available.
Kenneth Graunke
4
-6
/
+30
2013-09-09
i965/vec4: Only zero out unused message components when there are any.
Kenneth Graunke
1
-2
/
+4
2013-09-09
vbo: Implement new gs prim types in vbo_count_tessellated_primitives.
Paul Berry
1
-0
/
+12
2013-09-08
i965: Enable AMD_seamless_cubemap_per_texture
Ian Romanick
4
-2
/
+7
2013-09-08
mesa: Always use seamless cubemap filtering in GLES3
Ian Romanick
1
-0
/
+8
2013-09-08
mesa: Don't allow glSamplerParameteriv(GL_TEXTURE_CUBE_MAP_SEAMLESS) in ES
Ian Romanick
1
-1
/
+2
2013-09-08
docs: initial 9.3 release notes file
Ian Romanick
2
-0
/
+58
2013-09-08
ilo: preliminary GEN 7.5 support
Chia-I Wu
10
-107
/
+236
2013-09-06
radeonsi: add berlin pci ids
Alex Deucher
1
-0
/
+22
2013-09-06
r600g: remove DMA padding
Alex Deucher
1
-9
/
+0
2013-09-06
radeon/winsys: pad IBs to a multiple of 8 DWs
Alex Deucher
1
-0
/
+30
2013-09-06
gallium, intel: Implements new __DRI_IMAGE_USE_LINEAR and PIPE_BIND_LINEAR fl...
Axel Davy
12
-6
/
+30
2013-09-06
mesa: Ensure gl_query_object is fully initialized.
Vinson Lee
1
-1
/
+1
2013-09-06
gallivm: support indirect registers on both dimensions
Zack Rusin
3
-8
/
+22
2013-09-06
i915g: Document fall-through switch
Stéphane Marchesin
1
-4
/
+3
2013-09-06
i915g: Handle i915->batch == NULL correctly in flush
Stéphane Marchesin
1
-1
/
+4
2013-09-06
i915g: Remove useless comparison
Stéphane Marchesin
1
-3
/
+2
2013-09-06
i915g: Fix initial array index
Stéphane Marchesin
1
-1
/
+1
2013-09-06
mesa: add GL_KHR_debug functions to dispatch_sanity.cpp
Brian Paul
1
-0
/
+12
2013-09-06
docs: Add some notes on submitting patches
Timothy Arceri
1
-0
/
+23
2013-09-05
r600g/compute: Fix bug in compute memory pool
Tom Stellard
1
-7
/
+2
2013-09-05
r600g/compute: Don't flush the cs in pipe_context::launch_grid()
Tom Stellard
1
-10
/
+1
2013-09-05
i965: Remove never used DPA2 opcode.
Matt Turner
1
-1
/
+0
2013-09-05
i965: Remove never used RSR and RSL opcodes.
Matt Turner
4
-8
/
+0
[prev]
[next]