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
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: Expose compile_shader() and link_program() beyond the file.
Kenneth Graunke
2016-03-16
2
-10
/
+16
*
mesa: Make link_program() take a gl_shader_program, not a GLuint.
Kenneth Graunke
2016-03-16
1
-6
/
+4
*
mesa: Make compile_shader() take a gl_shader, not a GLuint.
Kenneth Graunke
2016-03-16
1
-9
/
+6
*
meta: Use the _mesa_meta_compile_and_link_program helper more places.
Kenneth Graunke
2016-03-16
2
-40
/
+8
*
vc4: Move discard handling to the condition flag.
Eric Anholt
2016-03-16
5
-34
/
+29
*
vc4: Don't make a temporary for setting flags.
Eric Anholt
2016-03-16
1
-1
/
+2
*
vc4: Add a safety check for setting flags.
Eric Anholt
2016-03-16
1
-0
/
+3
*
vc4: Reuse list_for_each_entry_safe_rev().
Eric Anholt
2016-03-16
1
-6
/
+2
*
meta: Use ARB_explicit_attrib_location in the rest of the meta shaders.
Kenneth Graunke
2016-03-16
3
-19
/
+17
*
mesa: Ignore glPointSize when GL_POINT_SIZE_ARRAY_OES is enabled
Plamena Manolova
2016-03-15
1
-0
/
+2
*
vc4: Coalesce instructions using VPM reads into the VPM read.
Varad Gautam
2016-03-15
3
-7
/
+71
*
vc4: rename file to group vpm optimizations together
Varad Gautam
2016-03-15
2
-2
/
+2
*
vc4: Fix failures with nir_extract_* since the addition of the opcodes.
Eric Anholt
2016-03-15
1
-0
/
+2
*
llvmpipe: fix lp_rast_plane alignment on 32bit
Roland Scheidegger
2016-03-15
2
-0
/
+8
*
draw: fix line stippling
Roland Scheidegger
2016-03-15
1
-15
/
+15
*
softpipe: fix misleading TGSI_QUAD_SIZE usage
Roland Scheidegger
2016-03-15
1
-24
/
+29
*
softpipe: fix anisotropic filtering crash
Roland Scheidegger
2016-03-15
1
-2
/
+7
*
radeonsi: set DEPTH_BEFORE_SHADER based on FS_EARLY_DEPTH_STENCIL
Nicolai Hähnle
2016-03-14
1
-0
/
+3
*
tgsi: add tgsi_full_src_register_from_dst helper function
Nicolai Hähnle
2016-03-14
2
-0
/
+20
*
gallium/u_inlines: add util_copy_image_view
Nicolai Hähnle
2016-03-14
1
-0
/
+10
*
st/mesa: set image access flags in st_bind_images
Nicolai Hähnle
2016-03-14
1
-0
/
+15
*
gallium: add access field to pipe_image_view
Nicolai Hähnle
2016-03-14
2
-1
/
+10
*
st/glsl_to_tgsi: set FS_EARLY_DEPTH_STENCIL when required
Nicolai Hähnle
2016-03-14
1
-0
/
+3
*
tgsi: add TGSI_PROPERTY_FS_EARLY_DEPTH_STENCIL
Nicolai Hähnle
2016-03-14
3
-1
/
+9
*
st/glsl_to_tgsi: set memory access type on image intrinsics
Nicolai Hähnle
2016-03-14
1
-0
/
+7
*
st/glsl_to_tgsi: provide Texture and Format information for image ops
Nicolai Hähnle
2016-03-14
3
-14
/
+30
*
tgsi: add Texture and Format to tgsi_instruction_memory
Nicolai Hähnle
2016-03-14
2
-1
/
+11
*
get: reconcile aliasing enums for MaxCombinedShaderOutputResources
Nicolai Hähnle
2016-03-14
2
-2
/
+11
*
i965/fs: Restrict inequality that can only hold equal in saturate propagation.
Francisco Jerez
2016-03-14
1
-1
/
+1
*
i965/vec4: Consider removal of no-op MOVs as progress during register coalesce.
Francisco Jerez
2016-03-14
1
-0
/
+1
*
i965/fs: Add missing analysis invalidation in fixup_3src_null_dest().
Francisco Jerez
2016-03-14
1
-0
/
+6
*
i965/fs: Add missing analysis invalidation in opt_sampler_eot().
Francisco Jerez
2016-03-14
1
-1
/
+4
*
clover: Fix pipe_grid_info.indirect not being initialized.
Hans de Goede
2016-03-14
1
-1
/
+1
*
mesa: docs: Intel i965 hardware limits.
Sarah Sharp
2016-03-14
1
-7
/
+48
*
mesa: docs: i965: Use correct doxygen groupings syntax
Sarah Sharp
2016-03-14
1
-2
/
+2
*
gallium/swr: Resource management
Bruce Cherniak
2016-03-14
10
-143
/
+265
*
configure.ac: require libdrm 2.4.66 for drmGetDevice
Marek Olšák
2016-03-14
1
-1
/
+1
*
i965: Remove useless IR self-destruct backend_shader method.
Francisco Jerez
2016-03-13
2
-8
/
+0
*
nv50,nvc0: Set only NEW_CP_GLOBALS upon binding
Pierre Moreau
2016-03-13
2
-2
/
+2
*
freedreno/ir3: lower extract_byte/word
Rob Clark
2016-03-13
1
-0
/
+2
*
nv50,nvc0: handle SQRT lowering inside the driver
Ilia Mirkin
2016-03-13
6
-23
/
+27
*
nv50/ir: avoid folding mul + add if the mul has a dnz
Ilia Mirkin
2016-03-13
1
-3
/
+2
*
nvc0: fix blit triangle size to fully cover FB's > 8192x8192
Ilia Mirkin
2016-03-13
1
-4
/
+4
*
freedreno: OUT_RELOC vs OUT_RELOCW fixes
Rob Clark
2016-03-13
3
-7
/
+7
*
freedreno/a4xx: hw binning
Rob Clark
2016-03-13
4
-33
/
+210
*
freedreno/a4xx: use generated headers for draw initiator
Rob Clark
2016-03-13
1
-3
/
+4
*
freedreno/a4xx: remove RB_RENDER_CONTROL patching
Rob Clark
2016-03-13
6
-41
/
+8
*
freedreno: update generated headers
Rob Clark
2016-03-13
5
-11
/
+32
*
freedreno/a3xx: move where we deal w/ binning FS
Rob Clark
2016-03-13
3
-10
/
+10
*
freedreno/a4xx: move where we deal w/ binning FS
Rob Clark
2016-03-13
3
-10
/
+10
[next]