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: Add blend barrier entry point and driver hook.
Francisco Jerez
2016-08-24
3
-0
/
+29
*
mesa: Move shader memory barrier functions into barrier.c.
Francisco Jerez
2016-08-24
4
-57
/
+57
*
mesa: Rename "texturebarrier" source files to "barrier".
Francisco Jerez
2016-08-24
4
-14
/
+14
*
mesa: Add support for querying GL_FRAGMENT_SHADER_DISCARDS_SAMPLES_EXT.
Francisco Jerez
2016-08-24
3
-0
/
+14
*
mesa: Add extension enables for framebuffer fetch extensions.
Francisco Jerez
2016-08-24
2
-0
/
+3
*
shaderapi: don't generate not linked error on GetProgramStage in general
Alejandro Piñeiro
2016-08-24
1
-1
/
+18
*
i915: remove unnecessary `if`
Eric Engestrom
2016-08-24
1
-3
/
+1
*
i965: remove unnecessary `if`
Eric Engestrom
2016-08-24
1
-6
/
+2
*
program_resource: subroutine active uniforms should return NumSubroutineUniforms
Alejandro Piñeiro
2016-08-24
1
-23
/
+118
*
dri: add a way to request that modes have matching color/zs depths
Ilia Mirkin
2016-08-23
7
-12
/
+27
*
i965/surface_formats: Don't advertise 8 or 16-bit RGB formats
Jason Ekstrand
2016-08-23
1
-0
/
+10
*
vbo: fix format string compiler warning for 32-bit machines
Jan Ziak
2016-08-23
1
-5
/
+6
*
i965: report bound buffer size not underlying buffer size for image size (v2)
Dave Airlie
2016-08-23
1
-2
/
+2
*
st/glsl_to_tgsi: fix st_src_reg_for_double constant.
Dave Airlie
2016-08-23
1
-1
/
+1
*
mesa/subroutines: drop the old subroutine index uploads.
Dave Airlie
2016-08-23
1
-6
/
+0
*
st/mesa: use the new subroutine index upload API.
Dave Airlie
2016-08-23
4
-12
/
+18
*
i965: use new subroutine index uploader.
Dave Airlie
2016-08-23
11
-0
/
+25
*
mesa: add api to write subroutine indicies to the program storage.
Dave Airlie
2016-08-23
2
-0
/
+13
*
mesa/subroutines: start adding per-context subroutine index support (v1.1)
Dave Airlie
2016-08-23
4
-32
/
+61
*
vbo: Make #if 0'd debugging code compile.
Matt Turner
2016-08-22
1
-1
/
+1
*
st/nir: Trim out unused VS input variables.
Eric Anholt
2016-08-22
1
-7
/
+23
*
android: i965: add per-gen libmesa_i965_gen{8,9} static
Mauro Rossi
2016-08-20
1
-1
/
+45
*
android: i965: add per-gen libmesa_i965_gen{7,75} static libraries
Mauro Rossi
2016-08-20
1
-1
/
+45
*
android: i965: add per-gen libmesa_i965_gen6 static library
Mauro Rossi
2016-08-20
1
-3
/
+45
*
i965/cfg: Factor common code out of switch statement.
Matt Turner
2016-08-20
1
-8
/
+2
*
mesa: Fix fixed function spot lighting on newer hardware (again)
Daniel Scharrer
2016-08-19
1
-14
/
+3
*
i965: Remove comment within a comment.
Matt Turner
2016-08-19
1
-1
/
+1
*
i965/sched: Simplify work done by add_barrier_deps().
Matt Turner
2016-08-19
1
-0
/
+9
*
i965/vec4: Ignore swizzle of VGRF for use by var_range_end().
Matt Turner
2016-08-19
2
-2
/
+2
*
i965/vec4: Print spills:fills.
Matt Turner
2016-08-19
1
-7
/
+11
*
nir: Add nir_builder support for individual system value loads.
Eric Anholt
2016-08-19
2
-5
/
+3
*
i965/blorp: Remove no longer used state setup helpers
Jason Ekstrand
2016-08-19
3
-657
/
+0
*
i965/blorp: Use genxml for gen8-9 state setup
Jason Ekstrand
2016-08-19
6
-587
/
+172
*
i965/blorp: Use genxml for gen7 state setup
Jason Ekstrand
2016-08-19
6
-565
/
+299
*
i965/blorp: Add genxml-based vertex setup helpers
Jason Ekstrand
2016-08-19
1
-1
/
+212
*
i965/blorp: Add a helper for emitting surface states
Jason Ekstrand
2016-08-19
1
-24
/
+28
*
i965/blorp: Add genxml-based sampler state emit function
Jason Ekstrand
2016-08-19
1
-11
/
+38
*
i965/blorp: Add genxml-based dynamic state emit functions
Jason Ekstrand
2016-08-19
1
-9
/
+73
*
i965: Move gen6_blorp.c to a file that gets recompiled per-gen
Jason Ekstrand
2016-08-19
3
-5
/
+18
*
i965/blorp/gen6: Use genxml packing structs for state setup
Jason Ekstrand
2016-08-19
2
-420
/
+311
*
i965/blorp: Stop setting point and line rasterization rules
Jason Ekstrand
2016-08-19
3
-7
/
+1
*
i965/blorp/gen8: Move viewport setup to after wm state
Jason Ekstrand
2016-08-19
1
-1
/
+2
*
i965/blorp/gen6-7: Move multisample setup to right after samplers
Jason Ekstrand
2016-08-19
2
-9
/
+10
*
i965/blorp/gen6-7: Move surfaces and samplers closer together
Jason Ekstrand
2016-08-19
2
-11
/
+10
*
i965/blorp/gen7-8: Emit depth stencil state with CC and BLEND
Jason Ekstrand
2016-08-19
2
-3
/
+4
*
i965/blorp/gen6: Move constant disables higher up
Jason Ekstrand
2016-08-19
1
-22
/
+7
*
i965/blorp: Don't clear an empty region
Jason Ekstrand
2016-08-19
1
-0
/
+4
*
i965/blorp: Move the non-static blorp state setup helpers to another file
Jason Ekstrand
2016-08-19
4
-541
/
+578
*
i965/blorp: Make gen6 VS and GS disable helpers static
Jason Ekstrand
2016-08-19
2
-10
/
+2
*
i965: Roll intel_reg.h into brw_defines.h
Jason Ekstrand
2016-08-19
15
-308
/
+277
[next]