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
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
glthread: track for each VAO whether the user has set a user pointer
Marek Olšák
2020-03-06
16
-68
/
+237
*
glthread: add marshal_call_after and remove custom glFlush and glEnable code
Marek Olšák
2020-03-06
6
-95
/
+15
*
glthread: don't insert an empty line after (void) cmd;
Marek Olšák
2020-03-06
1
-1
/
+1
*
glthread: add support for glMemoryObjectParameteriv, glSemaphoreParameterui64v
Marek Olšák
2020-03-06
2
-2
/
+23
*
glthread: add support for glCallLists, glPatchParameterfv
Marek Olšák
2020-03-06
3
-2
/
+39
*
glthread: add support for glClearNamedFramebuffer, glMaterial, glPointParameter
Marek Olšák
2020-03-06
4
-9
/
+51
*
glthread: add support for glFog, glLight, glLightModel, glTexEnv, glTexGen
Marek Olšák
2020-03-06
5
-21
/
+142
*
glthread: add support for TexParameteri and SamplerParameteri functions
Marek Olšák
2020-03-06
12
-33
/
+80
*
glthread: replace custom ClearBuffer marshalling with generated one
Marek Olšák
2020-03-06
3
-266
/
+22
*
glthread: check the size of all variable params and clean up the code
Marek Olšák
2020-03-06
1
-25
/
+16
*
glthread: handle complex pointer parameters and support GL functions with str...
Marek Olšák
2020-03-06
5
-18
/
+17
*
glthread: add/update count and marshal fields for many GL functions
Marek Olšák
2020-03-06
24
-132
/
+141
*
glthread: add GL_DRAW_INDIRECT_BUFFER tracking and generator support
Marek Olšák
2020-03-06
4
-1
/
+26
*
glthread: don't increment variable_data if it's the last variable-size param
Marek Olšák
2020-03-06
1
-8
/
+15
*
glthread: don't insert _mesa_post_marshal_hook into every function
Marek Olšák
2020-03-06
3
-12
/
+14
*
glthread: simplify repeated function sequences in marshal_generated.c
Marek Olšák
2020-03-06
4
-8
/
+20
*
glthread: use int instead of size_t where it's OK
Marek Olšák
2020-03-06
3
-4
/
+4
*
glthread: reduce pointer dereferences in glthread_unmarshal_batch
Marek Olšák
2020-03-06
1
-4
/
+6
*
glthread: inline _mesa_unmarshal_dispatch_cmd and convert the switch to a table
Marek Olšák
2020-03-06
5
-36
/
+15
*
glthread: don't prefix variable_data with const
Marek Olšák
2020-03-06
1
-2
/
+2
*
glthread: don't generate the sync fallback if the call size is not variable
Marek Olšák
2020-03-06
1
-11
/
+15
*
aco: only reserve sgprs for vcc if it's used
Rhys Perry
2020-03-05
3
-7
/
+16
*
aco: improve control flow handling in GFX6-9 NOP pass
Rhys Perry
2020-03-05
1
-8
/
+13
*
aco: consider non-hazard writes in handle_raw_hazard_internal
Rhys Perry
2020-03-05
1
-1
/
+2
*
aco: improve get_wait_states()
Rhys Perry
2020-03-05
1
-1
/
+6
*
aco: add new NOP insertion pass for GFX6-9
Rhys Perry
2020-03-05
2
-318
/
+438
*
iris: Enable HiZ and stencil CCS for blorp blit destinations
Jason Ekstrand
2020-03-05
1
-36
/
+25
*
iris: Enable CCS for copies from HiZ+CCS depth buffers
Jason Ekstrand
2020-03-05
1
-8
/
+12
*
anv: Enable HiZ for VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL
Jason Ekstrand
2020-03-05
1
-8
/
+19
*
blorp: Write to depth/stencil images as depth/stencil when possible
Jason Ekstrand
2020-03-05
3
-18
/
+77
*
iris: Allow HiZ on blit sources
Jason Ekstrand
2020-03-05
1
-1
/
+1
*
isl: Set 3DSTATE_DEPTH_BUFFER::Depth correctly for 3D surfaces
Jason Ekstrand
2020-03-05
1
-1
/
+19
*
turnip: fix tile->slot calculation
Jonathan Marek
2020-03-05
1
-1
/
+5
*
turnip: improve binning pipe layout config
Jonathan Marek
2020-03-05
1
-15
/
+10
*
Revert "spirv: Use a simpler and more correct implementaiton of tanh()"
Kristian H. Kristensen
2020-03-05
1
-14
/
+13
*
Revert "glsl: Use a simpler formula for tanh"
Kristian H. Kristensen
2020-03-05
1
-10
/
+8
*
pan/bi: Add bi_print_shader
Alyssa Rosenzweig
2020-03-05
2
-0
/
+8
*
pan/bi: Add bi_print_block
Alyssa Rosenzweig
2020-03-05
2
-0
/
+31
*
pan/bi: Add bi_print_clause
Alyssa Rosenzweig
2020-03-05
2
-0
/
+44
*
pan/bi: Add bi_print_bundle for printing bi_bundle
Alyssa Rosenzweig
2020-03-05
2
-0
/
+15
*
pan/bi: Add bi_instruction printing
Alyssa Rosenzweig
2020-03-05
2
-0
/
+229
*
pan/bi: Move bi_interp_mode_name to bi_print
Alyssa Rosenzweig
2020-03-05
3
-13
/
+14
*
pan/bi: Add BIR manipulation routines to bir.c
Alyssa Rosenzweig
2020-03-05
4
-0
/
+70
*
pan/bi: Move some print routines out of the disasm
Alyssa Rosenzweig
2020-03-05
6
-120
/
+167
*
pan/bi: Add IR iteration macros
Alyssa Rosenzweig
2020-03-05
1
-0
/
+59
*
pan/bi: Add quirks system
Alyssa Rosenzweig
2020-03-05
6
-3
/
+69
*
pan/bi: Add high-latency property for classes
Alyssa Rosenzweig
2020-03-05
2
-11
/
+15
*
pan/bi: Add CSEL condition
Alyssa Rosenzweig
2020-03-05
1
-0
/
+4
*
pan/bi: Add bi_branch data
Alyssa Rosenzweig
2020-03-05
1
-0
/
+32
*
pan/bi: Extract bifrost_branch structure
Alyssa Rosenzweig
2020-03-05
1
-0
/
+16
[next]