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
Commit message (
Expand
)
Author
Age
Files
Lines
*
egl/x11: Implement dri3 support with loader's dri3 helper
Boyan Ding
2015-11-17
7
-15
/
+714
*
egl_dri2: Add a function to let platform code return dri drawable from _EGLSu...
Boyan Ding
2015-11-17
6
-19
/
+38
*
glx/dri3: Convert to use dri3 helper in loader library
Boyan Ding
2015-11-17
3
-1372
/
+131
*
loader: Add dri3 helper
Boyan Ding
2015-11-17
5
-2
/
+1626
*
i965: Return the correct value type from brw_compile_gs()
Eduardo Lima Mitev
2015-11-17
1
-1
/
+1
*
glsl: copy each field's precision information in glsl_types's structure const...
Samuel Iglesias Gonsálvez
2015-11-17
1
-0
/
+1
*
glsl: copy each field's precision information from the old gl_PerVertex inter...
Samuel Iglesias Gonsálvez
2015-11-17
1
-0
/
+2
*
glsl: copy each field's precision information when generating varying variables
Samuel Iglesias Gonsálvez
2015-11-17
1
-0
/
+1
*
glsl: initialize data.precision value in ir_variable constructor
Samuel Iglesias Gonsálvez
2015-11-17
1
-0
/
+1
*
glsl/nir: initialize precision field in glsl_struct_field constructor
Samuel Iglesias Gonsálvez
2015-11-17
1
-1
/
+2
*
nir: reduce memory footprint of glsl_struct_field's precision
Samuel Iglesias Gonsálvez
2015-11-17
1
-1
/
+1
*
mesa: do runtime validation of precision varyings only on ES
Tapani Pälli
2015-11-17
1
-3
/
+13
*
glsl: initialize precision when adding per vertex record fields
Tapani Pälli
2015-11-17
1
-0
/
+1
*
i965: Set MaxCombinedUniformBlocks properly.
Kenneth Graunke
2015-11-16
1
-0
/
+1
*
i965: Clean up context constant initialization code.
Kenneth Graunke
2015-11-16
1
-80
/
+54
*
i965: Convert scalar_* flags to a scalar_stage array.
Kenneth Graunke
2015-11-16
10
-39
/
+27
*
r200: fix bgrx8/xrgb8 blits
Roland Scheidegger
2015-11-17
1
-0
/
+4
*
radeon: fix bgrx8/xrgb8 blits
Roland Scheidegger
2015-11-17
1
-0
/
+2
*
meta/generate_mipmap: Only modify the draw framebuffer binding in fallback_re...
Ian Romanick
2015-11-16
1
-4
/
+4
*
nir/glsl: Fix copy-n-paste mistakes from commit 213f864.
Matt Turner
2015-11-16
1
-3
/
+3
*
radeonsi: enable optimal raster config setting for fiji (v2)
Alex Deucher
2015-11-16
1
-3
/
+9
*
radeonsi: use proper GRBM_GFX_INDEX offset for CI+
Alex Deucher
2015-11-16
1
-4
/
+12
*
docs: Add 16x MSAA on i965 to the release notes
Neil Roberts
2015-11-16
1
-0
/
+1
*
nv50: add missing header into the sources list
Emil Velikov
2015-11-16
1
-0
/
+1
*
nir/glsl_to_nir: use _mesa_fls() to compute num_textures
Juan A. Suarez Romero
2015-11-16
1
-7
/
+2
*
nir/copy_propagate: do not copy-propagate MOV srcs with source modifiers
Iago Toral Quiroga
2015-11-16
1
-1
/
+6
*
nv50,nvc0: disable render condition around clear_* functions
Ilia Mirkin
2015-11-14
4
-0
/
+32
*
i965: Introduce a MOV_INDIRECT opcode.
Kenneth Graunke
2015-11-14
6
-0
/
+80
*
nv50: add support for performance metrics on G84+
Samuel Pitoiset
2015-11-14
4
-3
/
+259
*
nv50: add compute-related MP perf counters on G84+
Samuel Pitoiset
2015-11-14
9
-2
/
+548
*
nv50: implement a basic compute support
Samuel Pitoiset
2015-11-14
10
-9
/
+1006
*
nv50: free interpolation parameters in nv50_program_destroy()
Samuel Pitoiset
2015-11-14
1
-1
/
+1
*
nvc0: reduce the number of GPR used when reading MP perf counters
Samuel Pitoiset
2015-11-14
1
-1
/
+2
*
nouveau: don't expose HEVC decoding support
Ilia Mirkin
2015-11-14
1
-0
/
+1
*
nir: Silence GCC maybe-uninitialized warnings.
Vinson Lee
2015-11-13
1
-0
/
+3
*
i965: Add a SHADER_OPCODE_URB_READ_SIMD8_PER_SLOT opcode.
Kenneth Graunke
2015-11-13
4
-5
/
+10
*
glsl: Allow implicit int -> uint conversions for the % operator.
Kenneth Graunke
2015-11-13
1
-9
/
+28
*
i965: Print input/output VUE maps on INTEL_DEBUG=vs, gs.
Kenneth Graunke
2015-11-13
4
-1
/
+40
*
i965: Make convert_attr_sources_to_hw_regs handle stride == 0.
Kenneth Graunke
2015-11-13
1
-1
/
+2
*
nir: Add helpers for getting input/output intrinsic sources.
Kenneth Graunke
2015-11-13
2
-0
/
+45
*
nir: Don't lower TCS outputs to temporaries.
Kenneth Graunke
2015-11-13
1
-0
/
+3
*
nir: Allow outputs reads and add the relevant intrinsics.
Kenneth Graunke
2015-11-13
4
-8
/
+21
*
nir/lower_io: Introduce nir_store_per_vertex_output intrinsics.
Kenneth Graunke
2015-11-13
3
-5
/
+26
*
nir/lower_io: Use load_per_vertex_input intrinsics for TCS and TES.
Kenneth Graunke
2015-11-13
1
-4
/
+8
*
i965: Silence unused parameter warnings in get_buffer_rect
Ian Romanick
2015-11-13
1
-4
/
+3
*
meta/generate_mipmap: Don't leak the sampler object
Ian Romanick
2015-11-13
1
-0
/
+2
*
i965: Remove unneeded #includes.
Matt Turner
2015-11-13
1
-4
/
+0
*
i965: Silence warning.
Matt Turner
2015-11-13
1
-2
/
+2
*
i965: Don't write beyond allocated memory.
Juha-Pekka Heikkila
2015-11-13
1
-1
/
+1
*
i965: Use BRW_MRF_COMPR4 macro in more places.
Matt Turner
2015-11-13
4
-6
/
+6
[next]