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
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965/rbc: Clarify rational given for shader image resolves
Topi Pohjolainen
2016-09-12
1
-3
/
+4
*
i965/blorp: Use hw generetad primitive copies for layered clears
Topi Pohjolainen
2016-09-12
1
-24
/
+12
*
i965/blorp: Sanity check all layers before actual clear
Topi Pohjolainen
2016-09-12
1
-2
/
+5
*
intel/blorp: Add plumbing for setting color clear layer count
Topi Pohjolainen
2016-09-12
1
-3
/
+3
*
i965/rbc: Allocate mcs directly
Topi Pohjolainen
2016-09-12
4
-63
/
+26
*
i965: Add sanity check for non-compressible texture views
Topi Pohjolainen
2016-09-12
1
-0
/
+34
*
i965/rbc: Consult rb settings for texture surface setup
Topi Pohjolainen
2016-09-12
1
-7
/
+60
*
i965: Track non-compressible sampling of renderbuffers
Topi Pohjolainen
2016-09-12
3
-2
/
+52
*
i965: Replace boolean rb surface state setup argument with flags
Topi Pohjolainen
2016-09-12
3
-12
/
+20
*
i965/rbc: Allow integer formats as advertised in isl_format.c
Topi Pohjolainen
2016-09-12
1
-2
/
+1
*
i965: remove unused variable at intel_miptree_create_for_teximage
Alejandro Piñeiro
2016-09-12
1
-1
/
+0
*
i965: Fix calculation of the image height at start level
Antia Puentes
2016-09-10
1
-6
/
+21
*
android: depend on libmesa_genxml from i965 Android.gen.mk
Tapani Pälli
2016-09-09
1
-0
/
+2
*
i965: release GLSL IR in LinkShader after it's not needed
Tapani Pälli
2016-09-09
1
-0
/
+11
*
i965/fs: Fail the shader compile instead of asserting when we can't spill
Jason Ekstrand
2016-09-08
1
-2
/
+3
*
intel: Pull the guts of gen7_l3_state.c into a shared helper
Jason Ekstrand
2016-09-03
2
-333
/
+39
*
intel: Rename brw_get_device_name/info to gen_get_device_name/info
Jason Ekstrand
2016-09-03
7
-7
/
+7
*
intel: s/brw_device_info/gen_device_info/
Jason Ekstrand
2016-09-03
56
-288
/
+288
*
intel: Add a new "common" library for more code sharing
Jason Ekstrand
2016-09-03
7
-668
/
+4
*
i965: fix noop_scissor range issue on width/height
Jordan Justen
2016-09-01
1
-7
/
+7
*
Introduce .editorconfig
Eric Engestrom
2016-08-31
1
-0
/
+2
*
i965: Pass start_offset to brw_set_uip_jip().
Matt Turner
2016-08-31
4
-14
/
+6
*
i965: Merge gen7_clip_state atom into gen6_clip_state atom.
Kenneth Graunke
2016-08-31
3
-20
/
+1
*
i965: Use gs_prog_data in is_drawing_points/lines().
Kenneth Graunke
2016-08-31
4
-17
/
+19
*
i965: Fix missing dirty bits related to is_drawing_points/lines.
Kenneth Graunke
2016-08-31
3
-5
/
+23
*
i965: enable OES_primitive_bounding_box with the no-op implementation
Ilia Mirkin
2016-08-30
2
-0
/
+4
*
i965/fs: Assert that the number of color targets is one when dual-source blen...
Francisco Jerez
2016-08-30
1
-0
/
+1
*
glsl: Generate ir_expression_operation.h from Python
Ian Romanick
2016-08-30
1
-0
/
+1
*
i915: Check return value of screen->image.loader->getBuffers
Emil Velikov
2016-08-30
1
-6
/
+9
*
nouveau: make color/depth bpp match for pre-nv10 chips
Ilia Mirkin
2016-08-30
1
-3
/
+3
*
nouveau: always enable at least one RC
Ilia Mirkin
2016-08-30
1
-1
/
+1
*
nouveau: allow NV3x's to be used with nouveau_vieux
Ilia Mirkin
2016-08-30
2
-1
/
+4
*
intel/blorp: Add a format parameter to blorp_fast_clear
Jason Ekstrand
2016-08-29
1
-1
/
+3
*
i965: Move blorp into src/intel/blorp
Jason Ekstrand
2016-08-29
13
-3922
/
+11
*
i965/blorp: Remove the remaining brw prefixes from the blorp.h API
Jason Ekstrand
2016-08-29
9
-112
/
+109
*
i965/blorp: Use isl_format_get_depth_format for setting depth formats
Jason Ekstrand
2016-08-29
1
-14
/
+1
*
i965: Move the type_size function declartaions to brw_nir.h
Jason Ekstrand
2016-08-29
2
-8
/
+7
*
i965: Move get_fast_clear_rect to blorp_clear.c
Jason Ekstrand
2016-08-29
3
-131
/
+124
*
i965: Roll brw_get_ccs_resolve_rect into blorp_ccs_resolve
Jason Ekstrand
2016-08-29
3
-45
/
+29
*
i965/blorp: Get rid of most brw and mesa includes
Jason Ekstrand
2016-08-29
4
-20
/
+2
*
i965: Move the hiz_op enum to blorp
Jason Ekstrand
2016-08-29
13
-60
/
+59
*
i965/blorp: Add a fast_clear_op enum
Jason Ekstrand
2016-08-29
4
-16
/
+32
*
i965/blorp: Make blorp_addres::buffer a void*
Jason Ekstrand
2016-08-29
2
-4
/
+4
*
i965/blorp: Get rid of brw_context
Jason Ekstrand
2016-08-29
6
-88
/
+98
*
i965/blorp: Take a blorp_context in compile_nir_shader
Jason Ekstrand
2016-08-29
6
-6
/
+11
*
i965/meta_util: Take an isl_device in get_fast_clear_rect
Jason Ekstrand
2016-08-29
3
-5
/
+5
*
i965/blorp: Add an "exec" function pointer to blorp_context
Jason Ekstrand
2016-08-29
8
-56
/
+50
*
i965/blorp: Remove some i965-isms from genX_blorp_exec.h
Jason Ekstrand
2016-08-29
2
-5
/
+5
*
i965/blorp: Move the guts of brw_blorp_exec into genX_blorp_exec.c
Jason Ekstrand
2016-08-29
2
-66
/
+66
*
i965/blorp: Pull the guts of blorp_exec into a driver-agnostic header
Jason Ekstrand
2016-08-29
3
-1101
/
+1180
[next]