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
...
*
i915: limit extern "C" hack only for libdrm headers
Emil Velikov
2016-03-09
1
-7
/
+6
*
xmesa: do not wrap header inclusion in extern "C"
Emil Velikov
2016-03-09
1
-4
/
+4
*
st/mesa: shader image atoms must be before framebuffer update
Nicolai Hähnle
2016-03-09
1
-6
/
+6
*
i965/hsw: Initialize SLM index in state register
Jordan Justen
2016-03-08
2
-0
/
+23
*
i965/compute: Skip SIMD8 generation if it can't be used
Jordan Justen
2016-03-08
1
-8
/
+12
*
i965/fs: Allow spilling for SIMD16 compute shaders
Jordan Justen
2016-03-08
3
-1
/
+14
*
mesa: Fix error code for GetFramebufferAttachmentParameter in ES 3.0+.
Kenneth Graunke
2016-03-08
1
-2
/
+16
*
mesa: Add GL_RED and GL_RG to ES3 effective internal format mapping.
Kenneth Graunke
2016-03-08
1
-0
/
+4
*
i965/fs/nir: "surface_access::" prefix not needed
Alejandro Piñeiro
2016-03-08
1
-14
/
+10
*
mesa: fix malformed assertion in _image_format_class_to_glenum()
Brian Paul
2016-03-08
1
-1
/
+1
*
program: minor whitespace clean-ups in program_parse_extra.c
Brian Paul
2016-03-08
1
-5
/
+4
*
st/mesa: conditionally enable GL_NV_vdpau_interop
Christian König
2016-03-08
2
-0
/
+8
*
i965/vec4/nir: no need to use surface_access:: to call emit_untyped_atomic
Alejandro Piñeiro
2016-03-08
1
-6
/
+5
*
i965/vec4/nir: remove emit_untyped_surface_read and emit_untyped_atomic at br...
Alejandro Piñeiro
2016-03-08
3
-75
/
+23
*
i965/vec4: pass the correct src_sz to emit_send at emit_untyped_atomic
Alejandro Piñeiro
2016-03-08
1
-1
/
+1
*
mesa: Change GLboolean to bool in GenerateMipmap target checker.
Kenneth Graunke
2016-03-07
1
-4
/
+4
*
mesa: Make GenerateMipmap check the target before finding an object.
Kenneth Graunke
2016-03-07
1
-6
/
+12
*
mesa: flip current tf object back to default if current is being deleted
Ilia Mirkin
2016-03-07
1
-0
/
+5
*
i965/vec4: Propagate swizzles correctly during copy propagation.
Francisco Jerez
2016-03-06
1
-66
/
+59
*
i965: Don't try copy propagation if constant propagation succeeded.
Francisco Jerez
2016-03-06
2
-4
/
+2
*
i965/vec4: Use swizzle() to swizzle immediates during constant propagation.
Francisco Jerez
2016-03-06
1
-18
/
+1
*
i965: Add support for swizzling arbitrary immediates to (brw_)swizzle().
Francisco Jerez
2016-03-06
3
-3
/
+54
*
i965: Pass symbolic swizzle to brw_swizzle() as a single argument.
Francisco Jerez
2016-03-06
4
-20
/
+16
*
st/mesa: don't force per-sample interp if only sampleid/pos are used
Ilia Mirkin
2016-03-05
2
-12
/
+6
*
swrast: fix GL_ANY_SAMPLES_PASSED values in Result
Ilia Mirkin
2016-03-05
1
-0
/
+5
*
st/mesa: 78-column wrapping in st_extensions.c
Brian Paul
2016-03-05
1
-68
/
+107
*
i965: Only magnify depth for 3D textures, not array textures.
Kenneth Graunke
2016-03-04
1
-1
/
+1
*
i965/vec4: add opportunistic behaviour to opt_vector_float()
Juan A. Suarez Romero
2016-03-04
2
-21
/
+43
*
i965/fs: Optimize float conversions of byte/word extract.
Matt Turner
2016-03-04
2
-0
/
+48
*
i965: Set MaxFramebufferWidth/Height to 16384, not viewport.
Kenneth Graunke
2016-03-03
1
-2
/
+2
*
mesa: Allow Get*() of several forgotten IsEnabled() pnames.
Kenneth Graunke
2016-03-03
2
-0
/
+5
*
mesa: Make glGet queries initialize ctx->Debug when necessary.
Kenneth Graunke
2016-03-03
1
-14
/
+6
*
i965: Enable the ARB_internalformat_query2 extension
Antia Puentes
2016-03-03
1
-0
/
+1
*
i965/formatquery: Add support for INTERNALFORMAT_PREFERRED query
Eduardo Lima Mitev
2016-03-03
1
-0
/
+73
*
mesa/glformats: Consider DEPTH/STENCIL when resolving a mesa_format
Eduardo Lima Mitev
2016-03-03
1
-0
/
+21
*
mesa/formatquery: Add (GET_)TEXTURE_IMAGE_TYPE pnames
Eduardo Lima Mitev
2016-03-03
1
-9
/
+5
*
mesa/formatquery: Add (GET_)TEXTURE_IMAGE_FORMAT pnames
Eduardo Lima Mitev
2016-03-03
1
-5
/
+18
*
mesa/formatquery: Add READ_PIXELS_TYPE pname
Eduardo Lima Mitev
2016-03-03
1
-4
/
+21
*
mesa/formatquery: Add READ_PIXELS_FORMAT pname
Eduardo Lima Mitev
2016-03-03
1
-6
/
+21
*
mesa/formatquery: Add support for READ_PIXELS query
Eduardo Lima Mitev
2016-03-03
1
-1
/
+2
*
mesa/formatquery: added FILTER pname support
Alejandro Piñeiro
2016-03-03
1
-1
/
+19
*
mesa/texparam: make public target_allows_setting_sampler_parameters
Alejandro Piñeiro
2016-03-03
2
-16
/
+19
*
mesa/formatquery: Added framebuffer renderability related queries
Antia Puentes
2016-03-03
1
-7
/
+33
*
mesa/formatquery: Added texture gather/shadow related queries
Antia Puentes
2016-03-03
1
-7
/
+36
*
mesa/formatquery: Added texture view related queries
Antia Puentes
2016-03-03
1
-4
/
+18
*
mesa/textureview: Make _lookup_view_class public
Antia Puentes
2016-03-03
2
-8
/
+12
*
mesa/formatquery: Added CLEAR_BUFFER <pname> query
Antia Puentes
2016-03-03
1
-1
/
+6
*
mesa/formatquery: Added compressed texture related queries
Antia Puentes
2016-03-03
1
-8
/
+27
*
mesa/formatquery: Added simultaneous texture and depth/stencil queries
Antia Puentes
2016-03-03
1
-10
/
+19
*
mesa/formatquery: Added queries related to image textures
Antia Puentes
2016-03-03
1
-7
/
+56
[prev]
[next]