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
/
mesa
/
drivers
/
dri
/
i965
/
brw_blorp.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965/blorp: Get rid of the blorp_prog_data_int() helper
Jason Ekstrand
2016-05-14
1
-2
/
+0
*
i965/blorp: Add a helper for compiling NIR shaders
Jason Ekstrand
2016-05-14
1
-0
/
+10
*
blorp: Add initial state setup support for SIMD8 dispatch
Jason Ekstrand
2016-05-14
1
-1
/
+7
*
i965/blorp: Add a param array to prog_data
Jason Ekstrand
2016-05-14
1
-0
/
+11
*
i965/blorp: Add a prog_data_init helper
Jason Ekstrand
2016-05-14
1
-0
/
+2
*
i965/blorp: Set full resolve for lossless compressed
Topi Pohjolainen
2016-05-12
1
-1
/
+4
*
i965/blorp: Make all of brw_blorp.h accessible to C
Jason Ekstrand
2016-04-26
1
-9
/
+8
*
i965/blorp: Turn brw_blorp_params into a C-style struct
Jason Ekstrand
2016-04-26
1
-21
/
+20
*
i965/blorp: Turn coord_transform into a C-style struct
Jason Ekstrand
2016-04-26
1
-7
/
+3
*
i965/blorp: Turn blorp_surface_info into a C-style struct
Jason Ekstrand
2016-04-26
1
-15
/
+17
*
i965/blorp: Roll mip_info into surface_info
Jason Ekstrand
2016-04-26
1
-19
/
+9
*
i965/blorp: Get rid of the blorp_blit_params class
Jason Ekstrand
2016-04-26
1
-20
/
+0
*
i965/blorp: Remove the hiz params class
Jason Ekstrand
2016-04-26
1
-17
/
+4
*
i965/blorp: Remove the arguments to brw_blorp_params()
Jason Ekstrand
2016-04-26
1
-3
/
+1
*
i965/blorp: Refactor to get rid of the get_wm_prog virtual function
Jason Ekstrand
2016-04-26
1
-11
/
+2
*
i965/blorp/gen6: Use normal base state address setup
Topi Pohjolainen
2016-04-23
1
-4
/
+0
*
i965/blorp: Re-introduce clear programs
Topi Pohjolainen
2016-04-21
1
-0
/
+8
*
i965/blorp: Switch the order of render and texture targets
Topi Pohjolainen
2016-04-21
1
-1
/
+1
*
i965/blorp: Add support for disabling color blending
Topi Pohjolainen
2016-04-21
1
-0
/
+1
*
i965/blorp: Add support for setting fast clear operation
Topi Pohjolainen
2016-04-21
1
-0
/
+1
*
i965/blorp: Add support for sampling 3D textures
Topi Pohjolainen
2016-04-21
1
-1
/
+7
*
i965/blorp: Add support for source swizzle
Topi Pohjolainen
2016-04-21
1
-1
/
+9
*
i965/blorp: Pipeline upload support for gen8
Topi Pohjolainen
2016-04-21
1
-0
/
+3
*
i965/blorp/gen7: Expose state setup applicable to gen8
Topi Pohjolainen
2016-04-21
1
-0
/
+39
*
i965/blorp: Refactor sRGB encoding/decoding.
Kenneth Graunke
2016-03-21
1
-1
/
+2
*
i965: Clean up #includes in the compiler.
Matt Turner
2015-11-24
1
-1
/
+0
*
i965: Remove useless gen6_blorp.h/gen7_blorp.h headers.
Matt Turner
2015-11-24
1
-0
/
+7
*
i965/blorp: Add support for layered rendering
Topi Pohjolainen
2015-04-30
1
-1
/
+3
*
i965/blorp: Allow blend state to be set for multiple render targets
Topi Pohjolainen
2015-04-30
1
-2
/
+3
*
i965/blorp: Prepare for attributes other than render position
Topi Pohjolainen
2015-04-30
1
-1
/
+2
*
i965/blorp: Remove unused arguments
Topi Pohjolainen
2015-04-30
1
-5
/
+2
*
i965/blorp: Allow caller to provide sampler settings
Topi Pohjolainen
2015-04-30
1
-1
/
+3
*
i965/blorp: Remove constant parameter
Topi Pohjolainen
2015-04-30
1
-8
/
+0
*
i965/blorp: Pass image formats seperately from the miptree
Jason Ekstrand
2014-09-05
1
-1
/
+5
*
i965: Change mipmap array_spacing_lod0 to array_layout (enum)
Jordan Justen
2014-08-15
1
-3
/
+7
*
i965: Implement fast color clears using meta operations
Kristian Høgsberg
2014-08-15
1
-8
/
+0
*
i965: Make BLORP use brw_emit_sampler_state().
Kenneth Graunke
2014-08-02
1
-0
/
+4
*
i965: Use enum brw_reg_type for register types.
Matt Turner
2014-07-05
1
-1
/
+2
*
i965: glClearBuffer() should only clear a single buffer.
Iago Toral Quiroga
2014-04-13
1
-1
/
+1
*
mesa: Change many Type A MESA_FORMATs to meet naming standard
Mark Mueller
2014-01-27
1
-2
/
+2
*
i965/blorp: Get rid of redundant num_samples blorp param.
Paul Berry
2013-12-09
1
-1
/
+0
*
i965: Document conventions for counting layers in 2D multisample buffers.
Paul Berry
2013-12-09
1
-0
/
+5
*
i965: Avoid flushing the batch for every blorp op.
Eric Anholt
2013-11-07
1
-4
/
+0
*
i965/blorp: Add an is_render_target parameter to surface_info::set.
Kenneth Graunke
2013-10-09
1
-1
/
+2
*
i965/blorp: Add support for single sample scaled blit with bilinear filter
Anuj Phogat
2013-08-16
1
-2
/
+5
*
i965/blorp: Use more appropriate variable names
Anuj Phogat
2013-08-16
1
-5
/
+3
*
i965: Pass brw_context to functions rather than intel_context.
Kenneth Graunke
2013-07-09
1
-4
/
+4
*
i965/blorp: Add bilinear filtering of samples for multisample scaled blits
Anuj Phogat
2013-07-01
1
-0
/
+16
*
i965/blorp: Write blorp code to do render target resolves.
Paul Berry
2013-06-12
1
-0
/
+5
*
i965/gen7+: Implement fast color clear operation in BLORP.
Paul Berry
2013-06-12
1
-1
/
+10
[next]