index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "i965: Always use Y-tiled buffers on SKL+"
Daniel Stone
2016-05-09
4
-30
/
+8
*
mesa/shader_query: add missing subroutines cases
Dave Airlie
2016-05-09
1
-0
/
+13
*
gallium: fix various undefined left shifts into sign bit
Nicolai Hähnle
2016-05-07
2
-3
/
+3
*
mesa/main: fix another undefined left shift
Nicolai Hähnle
2016-05-07
1
-1
/
+1
*
mesa/main: define _NEW_xxx flags as unsigned shifts
Nicolai Hähnle
2016-05-07
1
-30
/
+30
*
Revert "i965: Switch to scalar TCS by default."
Kenneth Graunke
2016-05-05
1
-1
/
+1
*
i965/fs: Move handling of samples_identical into the switch statement
Jason Ekstrand
2016-05-05
1
-21
/
+19
*
i965/fs: Simplify texture destination fixups
Jason Ekstrand
2016-05-05
1
-21
/
+11
*
i965/fs: stop inclinding glsl/ir.h in brw_fs.h
Jason Ekstrand
2016-05-05
2
-1
/
+1
*
i965/fs: Merge nir_emit_texture and emit_texture
Jason Ekstrand
2016-05-05
3
-238
/
+162
*
i965: Switch to scalar TCS by default.
Kenneth Graunke
2016-05-05
1
-1
/
+1
*
i965: Rework passthrough TCS checks.
Kenneth Graunke
2016-05-05
4
-2
/
+5
*
i965/fs: Don't follow pow with an instruction with two dest regs.
Matt Turner
2016-05-05
1
-0
/
+18
*
mesa/ubo: add missing compute cases for ubo/atomic buffers
Dave Airlie
2016-05-05
1
-0
/
+6
*
mesa/compute: drop pointless casts.
Dave Airlie
2016-05-05
1
-3
/
+3
*
mesa: remove null check before free
Thomas Hindoe Paaboel Andersen
2016-05-05
2
-4
/
+2
*
mesa: include texture format in glGenerateMipmap error message
Brian Paul
2016-05-04
1
-1
/
+2
*
main: uses casts to silence some _mesa_debug() format warnings
Brian Paul
2016-05-04
1
-4
/
+6
*
i965: Implement ARB_query_buffer_object for HSW+
Jordan Justen
2016-05-04
8
-3
/
+501
*
i965/gen6+: Add load register immediate helper functions
Jordan Justen
2016-05-04
2
-0
/
+36
*
i965/hsw+: Add support for copying a register
Jordan Justen
2016-05-04
3
-0
/
+18
*
i965/gen6+: Add support for storing immediate data into a buffer
Jordan Justen
2016-05-04
3
-0
/
+50
*
i965: Add MI_MATH reg defs for HSW+
Jordan Justen
2016-05-04
1
-0
/
+38
*
i965: Add brw_store_register_mem32
Jordan Justen
2016-05-04
2
-0
/
+28
*
i965: Use offset instead of index in brw_store_register_mem64
Jordan Justen
2016-05-04
5
-54
/
+52
*
i965: Delete stale perf_debug().
Kenneth Graunke
2016-05-04
1
-2
/
+0
*
i965: Silence unused variable warning
Kenneth Graunke
2016-05-04
1
-2
/
+0
*
mesa/main: handle double uniform matrices properly
Juan A. Suarez Romero
2016-05-04
1
-1
/
+1
*
nir: Separate 32 and 64-bit fmod lowering
Samuel Iglesias Gonsálvez
2016-05-04
1
-1
/
+1
*
i965: Define GEN_GE/GEN_LE macros in terms of GEN_LT.
Matt Turner
2016-05-03
1
-2
/
+3
*
i965: Add disassembler support for remaining opcodes.
Matt Turner
2016-05-03
2
-18
/
+92
*
i965: Make opcode_descs and gen_from_devinfo() static.
Matt Turner
2016-05-03
2
-6
/
+2
*
i965: Actually check whether the opcode is supported.
Matt Turner
2016-05-03
2
-4
/
+3
*
i965: Merge inst_info and opcode_desc tables.
Matt Turner
2016-05-03
5
-149
/
+73
*
i965: Move inst_info from brw_eu_validate.c to brw_eu.c.
Matt Turner
2016-05-03
3
-245
/
+249
*
i965/disasm: Wrap opcode_desc look-up in a function.
Francisco Jerez
2016-05-03
5
-14
/
+42
*
i965: Pass devinfo pointer to is_3src() helpers.
Francisco Jerez
2016-05-03
8
-10
/
+11
*
i965: Pass devinfo pointer to brw_instruction_name().
Francisco Jerez
2016-05-03
4
-4
/
+5
*
i965: Write a scalar TCS backend that runs in SINGLE_PATCH mode.
Kenneth Graunke
2016-05-03
7
-15
/
+510
*
i965: Rework the TCS passthrough shader to use NIR.
Kenneth Graunke
2016-05-03
3
-56
/
+85
*
mesa/objectlabel: handle NULL src string
Mark Janes
2016-05-03
1
-3
/
+4
*
swrast: Add texfetch_funcs entries for astc 3d formats
Anuj Phogat
2016-05-03
1
-1
/
+22
*
mesa: Enable translation between astc 3d gl formats and mesa formats
Anuj Phogat
2016-05-03
1
-0
/
+80
*
mesa: Handle astc 3d formats in _mesa_get_compressed_formats()
Anuj Phogat
2016-05-03
1
-0
/
+29
*
mesa: Handle astc 3d formats in _mesa_base_tex_format()
Anuj Phogat
2016-05-03
1
-2
/
+4
*
mesa: Account for astc 3d formats in _mesa_is_astc_format()
Anuj Phogat
2016-05-03
1
-3
/
+13
*
mesa: Add a helper function is_astc_3d_format()
Anuj Phogat
2016-05-03
1
-0
/
+32
*
mesa: Add the missing defines for GL_OES_texture_compression_astc
Anuj Phogat
2016-05-03
1
-0
/
+23
*
mesa: Align the values of #define's in glheader.h
Anuj Phogat
2016-05-03
1
-29
/
+29
*
mesa: Add OES_texture_compression_astc to extension table and gl_extensions
Anuj Phogat
2016-05-03
2
-0
/
+2
[next]