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
/
gallium
/
drivers
/
v3d
Commit message (
Expand
)
Author
Age
Files
Lines
*
v3d: Put default vertex attribute values into the state uploader as well.
Eric Anholt
2018-12-07
3
-8
/
+12
*
v3d: Create a state uploader for packing our shaders together.
Eric Anholt
2018-12-07
4
-13
/
+35
*
v3d: Update simulator cache flushing code to match the kernel better.
Eric Anholt
2018-12-07
1
-13
/
+19
*
v3d: Use the TFU to do generatemipmap.
Eric Anholt
2018-12-07
7
-1
/
+175
*
v3d: Add the V3D TFU submit interface to the simulator.
Eric Anholt
2018-12-07
3
-20
/
+90
*
v3d: Use combined input/output segments.
Eric Anholt
2018-12-07
1
-4
/
+7
*
v3d: Add missing OES_half_float_linear support.
Eric Anholt
2018-12-07
1
-0
/
+1
*
v3d: Add support for RGBA_SRGB along with BGRA_SRGB.
Eric Anholt
2018-12-07
1
-0
/
+2
*
v3d: Add renderonly support.
Eric Anholt
2018-11-27
4
-4
/
+68
*
v3d: Fix double-swapping of R/B on V3D 4.1
Eric Anholt
2018-11-15
1
-2
/
+3
*
v3d: Remove the special path for simulaton of the submit ioctl.
Eric Anholt
2018-11-02
5
-19
/
+13
*
v3d: Maintain a mapping of the GEM buffer in the simulator.
Eric Anholt
2018-11-02
1
-23
/
+48
*
v3d: Use the TLB R/B swapping instead of recompiles when available.
Eric Anholt
2018-11-01
4
-3
/
+17
*
v3d: Take advantage of _mesa_hash_table_remove_key() in the simulator.
Eric Anholt
2018-11-01
1
-4
/
+2
*
v3d: Respect user-passed strides for BO imports.
Eric Anholt
2018-11-01
5
-96
/
+19
*
v3d: Drop #if 0-ed out v3d_dump_to_file().
Eric Anholt
2018-11-01
1
-91
/
+0
*
v3d: Fix a typo in a comment in job handling.
Eric Anholt
2018-11-01
1
-1
/
+1
*
v3d: Fix a copy-and-paste comment in the simulator code.
Eric Anholt
2018-11-01
1
-1
/
+1
*
util: Move os_misc to util
Dylan Baker
2018-10-30
1
-1
/
+1
*
v3d: Use nir_remove_unused_io_vars to handle binner shader output DCE
Eric Anholt
2018-10-30
1
-1
/
+1
*
v3d: Use nir_lower_io_to_scalar_early to DCE unused VS input components.
Eric Anholt
2018-10-30
1
-1
/
+4
*
util: use C99 declaration in the for-loop set_foreach() macro
Eric Engestrom
2018-10-25
1
-2
/
+0
*
util: use C99 declaration in the for-loop hash_table_foreach() macro
Eric Engestrom
2018-10-25
3
-9
/
+0
*
v3d: Add support for hardware pack/unpack of half floats.
Eric Anholt
2018-10-15
1
-0
/
+1
*
gallium/ttn: Convert inputs and outputs to derefs of variables.
Eric Anholt
2018-10-15
1
-3
/
+4
*
gallium/u_transfer_helper: Add support for separate Z24/S8 as well.
Kenneth Graunke
2018-10-14
1
-1
/
+2
*
v3d: Switch from FLUSH_ALL_STATE to FLUSH for ending our bin CLs.
Eric Anholt
2018-09-17
1
-6
/
+6
*
v3d: Stop clearing the OQ state at the end of the job.
Eric Anholt
2018-09-17
3
-18
/
+1
*
v3d: Always emit a TF disable at the start of drawing on V3D 4.x.
Eric Anholt
2018-09-17
3
-10
/
+8
*
v3d: Fix setup of the VCM cache size.
Eric Anholt
2018-09-07
1
-1
/
+1
*
v3d: Fix SRC_ALPHA_SATURATE blending for RTs without alpha.
Eric Anholt
2018-09-07
1
-1
/
+3
*
v3d: Drop a bunch of duplicated gallium PIPE_CAP default code.
Eric Anholt
2018-09-04
1
-151
/
+0
*
gallium: Add a helper for implementing PIPE_CAP_* default values.
Eric Anholt
2018-09-04
1
-2
/
+2
*
gallium: Split out PIPE_CAP_TEXTURE_MIRROR_CLAMP_TO_EDGE.
Kenneth Graunke
2018-08-24
1
-0
/
+1
*
gallium: add PIPE_CAP_MAX_SHADER_BUFFER_SIZE
Marek Olšák
2018-08-23
1
-0
/
+2
*
gallium: add PIPE_CAP_MAX_GS_INVOCATIONS
Marek Olšák
2018-08-23
1
-0
/
+1
*
v3d: Emit the VCM_CACHE_SIZE packet.
Eric Anholt
2018-08-06
2
-0
/
+9
*
v3d: Drop "VC5" from the renderer string.
Eric Anholt
2018-08-06
1
-1
/
+1
*
gallium: add storage_sample_count parameter into is_format_supported
Marek Olšák
2018-07-31
1
-0
/
+4
*
gallium: add PIPE_CAP_FRAMEBUFFER_MSAA_CONSTRAINTS
Marek Olšák
2018-07-31
1
-0
/
+1
*
v3d: Include commands to run the BCL and RCL in CLIF dumps.
Eric Anholt
2018-07-30
1
-10
/
+1
*
v3d: Rename "configuration" and "config" in the XML to "cfg"
Eric Anholt
2018-07-30
4
-30
/
+33
*
v3d: s/colour/color in the XML.
Eric Anholt
2018-07-30
3
-20
/
+20
*
v3d: Rename primitives to prims in the XML to match CLIF names.
Eric Anholt
2018-07-30
2
-5
/
+5
*
v3d: Add a separate flag for CLIF ABI output versus human-readable CLs.
Eric Anholt
2018-07-30
1
-2
/
+3
*
v3d: Add pack header support for f187 values.
Eric Anholt
2018-07-30
2
-15
/
+5
*
v3d: Move depth offset packet setup to CSO creation time.
Eric Anholt
2018-07-30
4
-33
/
+34
*
v3d: Block bin on render when doing vertex texturing.
Eric Anholt
2018-07-29
1
-0
/
+14
*
v3d: Move clif dumping to a separate step from noting where the CLs are.
Eric Anholt
2018-07-27
1
-0
/
+2
*
v3d: Move clif dump BO lookup into the clif dumper.
Eric Anholt
2018-07-27
1
-22
/
+15
[next]