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
*
mesa/st: add BPTC formats, expose ARB_texture_compression_bptc
Ilia Mirkin
2014-08-12
3
-1
/
+49
*
i965: Delete the Gen8 code generators.
Kenneth Graunke
2014-08-12
9
-4076
/
+0
*
i965: Never use the Gen8 code generators.
Kenneth Graunke
2014-08-12
3
-28
/
+10
*
i965: Switch to the EU emit layer for code generation on Broadwell.
Kenneth Graunke
2014-08-12
3
-3
/
+3
*
i965: Retype atomics to UD in Gen8 code generation.
Kenneth Graunke
2014-08-12
2
-4
/
+8
*
i965/vp: Use the sampler for pull constant loads on Gen7/7.5.
Kenneth Graunke
2014-08-12
1
-5
/
+12
*
i965/vec4: Drop gen <= 7 assertion in pull constant load handling.
Kenneth Graunke
2014-08-12
1
-1
/
+0
*
i965/eu: Set src0 file to IMM on Gen8+ flow control instructions.
Kenneth Graunke
2014-08-12
1
-9
/
+36
*
i965/eu: Refactor brw_WHILE to share a bit more code on Gen6+.
Kenneth Graunke
2014-08-12
1
-16
/
+12
*
i965/eu: Emulate F32TO16 and F16TO32 on Broadwell.
Kenneth Graunke
2014-08-12
1
-2
/
+50
*
i965/vec4: Port Gen8 SET_VERTEX_COUNT handling to vec4_generator.
Kenneth Graunke
2014-08-12
1
-18
/
+25
*
i965/vec4: Switch to MOV, not OR, for GS_OPCODE_THREAD_END on Gen8.
Kenneth Graunke
2014-08-12
1
-4
/
+3
*
i965/vec4: Use MOV, not OR, to set URB write channel mask bits.
Kenneth Graunke
2014-08-12
1
-4
/
+2
*
i965/fs: Don't set flag_subreg_nr = 1 on predicated FB write setup.
Kenneth Graunke
2014-08-12
1
-0
/
+1
*
i965/vec4: Respect ir->force_writemask_all in Gen8 code generation.
Kenneth Graunke
2014-08-12
1
-0
/
+1
*
i965/vec4: Set NoMask for GS_OPCODE_SET_VERTEX_COUNT on Gen8+.
Kenneth Graunke
2014-08-12
1
-1
/
+3
*
i965: Return NONE from brw_swap_cmod on unknown input.
Matt Turner
2014-08-12
3
-3
/
+3
*
mesa/meta: Support decompressing floating-point formats
Neil Roberts
2014-08-12
2
-33
/
+78
*
swrast: Enable GL_ARB_texture_compression_bptc
Neil Roberts
2014-08-12
1
-0
/
+1
*
i965: Enable the GL_ARB_texture_compression_bptc extension
Neil Roberts
2014-08-12
2
-0
/
+7
*
mesa/main: Modify generate_mipmap_compressed to cope with float textures
Neil Roberts
2014-08-12
1
-5
/
+8
*
mesa: Add texstore functions for BPTC-compressed textures
Neil Roberts
2014-08-12
3
-0
/
+709
*
mesa: Add texel fetch functions for BPTC-compressed textures
Neil Roberts
2014-08-12
4
-0
/
+1001
*
mesa: Add the format enums for BPTC-compressed images
Neil Roberts
2014-08-12
8
-0
/
+112
*
mesa/format_info: Add support for the BPTC layout
Neil Roberts
2014-08-12
1
-0
/
+3
*
mesa/format_info: Add support for compressed floating-point formats
Neil Roberts
2014-08-12
1
-1
/
+3
*
mesa: Fix the base format for GL_COMPRESSED_RGB_BPTC_*_FLOAT_ARB
Neil Roberts
2014-08-12
1
-2
/
+2
*
mesa: Add the GL_ARB_texture_compression_bptc extension
Neil Roberts
2014-08-12
2
-0
/
+2
*
mesa/st: Move declaration to top of block.
José Fonseca
2014-08-12
1
-1
/
+3
*
mesa/st: add support for dynamic sampler offsets
Ilia Mirkin
2014-08-12
1
-17
/
+42
*
mesa: Add a new function for getting the nonconst sampler array index
Chris Forbes
2014-08-12
2
-0
/
+14
*
i965: Revert part of f5cc3fdcf1680b116612fac7c39f1bd79f5e555e.
Kenneth Graunke
2014-08-11
1
-1
/
+1
*
gallium: remove PIPE_SHADER_CAP_MAX_ADDRS
Marek Olšák
2014-08-11
1
-2
/
+1
*
st/mesa: compute supported GL versions at DRIscreen creation
Marek Olšák
2014-08-11
1
-4
/
+27
*
gallium: pass st_config_options to query_versions
Marek Olšák
2014-08-11
1
-0
/
+1
*
mesa: return version 0 if the computed core profile version is too low
Marek Olšák
2014-08-11
1
-2
/
+7
*
mesa: add _mesa_get_version, a ctx-independent variant of _mesa_compute_version
Marek Olšák
2014-08-11
2
-126
/
+152
*
mesa: add a context-independent variant of _mesa_override_gl_version
Marek Olšák
2014-08-11
2
-10
/
+23
*
mesa: make _mesa_init_constants context-independent and public
Marek Olšák
2014-08-11
2
-101
/
+104
*
mesa: make _mesa_init_extensions context-independent
Marek Olšák
2014-08-11
3
-6
/
+6
*
st/mesa: make st_init_limits context-independent
Marek Olšák
2014-08-11
3
-10
/
+14
*
mesa: move ShaderCompilerOptions into gl_constants
Marek Olšák
2014-08-11
14
-31
/
+31
*
st/mesa: make st_init_extensions context-independent
Marek Olšák
2014-08-11
3
-192
/
+241
*
mesa: make _mesa_override_glsl_version context-independent
Marek Olšák
2014-08-11
6
-7
/
+8
*
gallium/stapi: move setting GL versions to the state tracker
Marek Olšák
2014-08-11
1
-0
/
+14
*
st/mesa: convert the ETC1 format to an uncompressed one if unsupported
Marek Olšák
2014-08-11
5
-12
/
+40
*
st/mesa: add st_context parameter to st_mesa_format_to_pipe_format
Marek Olšák
2014-08-11
9
-29
/
+32
*
st/mesa: advertise ARB_ES3_compatibility if GLSL 3.30 and ETC2 are supported
Marek Olšák
2014-08-11
1
-0
/
+28
*
st/mesa: add support for ETC2 formats
Marek Olšák
2014-08-11
4
-8
/
+93
*
mesa: add helper _mesa_is_format_etc2
Marek Olšák
2014-08-11
2
-0
/
+28
[next]