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
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename sha1.c and sha1.h to mesa-sha1.c and mesa-sha1.h
Carl Worth
2015-01-19
3
-3
/
+3
*
mesa: fix a trivial spelling mistake
Martin Peres
2015-01-19
1
-1
/
+1
*
mesa: support GL_RGB for GL_EXT_texture_type_2_10_10_10_REV
Tapani Pälli
2015-01-19
5
-0
/
+8
*
mesa: Add ARB_shader_precision infrastructure
Micah Fedke
2015-01-19
6
-1
/
+13
*
i965/fs: Fix the dummy fragment shader.
Kenneth Graunke
2015-01-17
1
-7
/
+32
*
gbm: Define _DEFAULT_SOURCE to avoid warning
Kristian Høgsberg
2015-01-16
1
-0
/
+1
*
sha1: Fix gcry_md_hd_t typo.
Vinson Lee
2015-01-16
1
-1
/
+1
*
nir: s/malloc.h/stdlib.h/
Vinson Lee
2015-01-16
1
-1
/
+1
*
i965: Fix up too-wide comment
Kristian Høgsberg
2015-01-16
1
-4
/
+3
*
gbm/dri: Fix const confusion
Kristian Høgsberg
2015-01-16
1
-4
/
+3
*
configure: Add machinery for --enable-shader-cache (and --disable-shader-cache)
Carl Worth
2015-01-16
3
-3
/
+8
*
mesa: Add mesa SHA-1 functions
Carl Worth
2015-01-16
4
-0
/
+380
*
glsl: Add unit tests for blob.c
Carl Worth
2015-01-16
3
-0
/
+328
*
glsl: Add blob_overwrite_bytes and blob_overwrite_uint32
Tapani Pälli
2015-01-16
2
-0
/
+66
*
glsl: Add blob.c---a simple interface for serializing data
Carl Worth
2015-01-16
3
-0
/
+548
*
mesa: Add iterate method for string_to_uint_map
Tapani Pälli
2015-01-16
1
-0
/
+34
*
util: Make unreachable at least be an assert
Carl Worth
2015-01-16
1
-1
/
+1
*
glsl: Add convenience function get_sampler_instance
Carl Worth
2015-01-16
2
-0
/
+120
*
i965: Fix some oddities in FB_WRITE register width and execution size.
Kenneth Graunke
2015-01-16
1
-0
/
+2
*
i965/fs: Make lower_load_payload etc. appear in INTEL_DEBUG=optimizer.
Kenneth Graunke
2015-01-16
1
-7
/
+11
*
format_utils: Use a more precise conversion when decreasing bits
Neil Roberts
2015-01-16
1
-3
/
+12
*
i965/gen6: Fix crash with VS+TF after rendering with GS
Iago Toral Quiroga
2015-01-16
1
-1
/
+1
*
nir/live_variables: Use a worklist
Jason Ekstrand
2015-01-15
1
-55
/
+75
*
nir: Add a worklist helper structure
Jason Ekstrand
2015-01-15
3
-0
/
+237
*
nir: fix incorrect argument passed to validate_src() in validate_tex_instr()
Brian Paul
2015-01-15
1
-1
/
+1
*
nir: silence compiler warning from visit_src() call
Brian Paul
2015-01-15
1
-1
/
+1
*
mesa: move GET_CURRENT_CONTEXT() to top of _mesa_init_renderbuffer()
Brian Paul
2015-01-15
1
-1
/
+2
*
mesa: Fix render buffer initial internal format in GLES 3
Mike Mason
2015-01-15
1
-1
/
+18
*
util/hash_set: Rework the API to know about hashing
Jason Ekstrand
2015-01-15
15
-132
/
+145
*
util: Move main/set to util/hash_set
Jason Ekstrand
2015-01-15
9
-9
/
+8
*
hash_table: Rename insert_with_hash to insert_pre_hashed
Jason Ekstrand
2015-01-15
5
-10
/
+10
*
i965: Don't consider null dst instructions as matching non-null dst.
Matt Turner
2015-01-15
2
-2
/
+4
*
i965/vec4: Make sure that imm writes are to registers in the same file.
Matt Turner
2015-01-15
1
-2
/
+8
*
i965/fs: Emit MADs from (x + abs(y * z)).
Matt Turner
2015-01-15
1
-3
/
+15
*
i965/fs: Emit MADs from (x + -(y * z)).
Matt Turner
2015-01-15
1
-0
/
+12
*
nir/algebraic: Only replace an instruction once
Jason Ekstrand
2015-01-15
1
-1
/
+3
*
i965/nir: Do a final copy lowering pass before lowering locals to regs
Jason Ekstrand
2015-01-15
1
-0
/
+3
*
nir/vars_to_ssa: Use the copy lowering from lower_var_copies
Jason Ekstrand
2015-01-15
1
-152
/
+46
*
nir: Add a pass for lowering copy instructions
Jason Ekstrand
2015-01-15
3
-0
/
+227
*
nir/vars_to_ssa: Refactor get_deref_node
Jason Ekstrand
2015-01-15
1
-20
/
+25
*
nir: Rename lower_variables to lower_vars_to_ssa
Jason Ekstrand
2015-01-15
4
-6
/
+6
*
nir/tex_instr: Add a nir_tex_src struct and dynamically allocate the src array
Jason Ekstrand
2015-01-15
7
-42
/
+50
*
nir/validate: Only build in debug mode
Jason Ekstrand
2015-01-15
2
-0
/
+11
*
nir/lower_variables: Improve documentation
Jason Ekstrand
2015-01-15
1
-27
/
+79
*
nir/lower_variables: Use a for loop for get_deref_node
Jason Ekstrand
2015-01-15
1
-58
/
+48
*
nir: Use the actual FNV-1a hash for hashing derefs
Jason Ekstrand
2015-01-15
2
-90
/
+79
*
util/hash_table: Pull the details of the FNV-1a into helpers
Jason Ekstrand
2015-01-15
2
-13
/
+23
*
nir: Make intrinsic flags into an enum
Jason Ekstrand
2015-01-15
1
-14
/
+14
*
nir: Use static inlines instead of macros for list getters
Jason Ekstrand
2015-01-15
1
-28
/
+81
*
nir/variable: Remove the constant_value field
Jason Ekstrand
2015-01-15
2
-16
/
+4
[next]