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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
i965/formats: Update the three-channel DXT1 mappings
Nanley Chery
2017-05-18
2
-14
/
+5
*
Android: correct libz dependency
Chih-Wei Huang
2017-05-17
1
-1
/
+2
*
mesa: create validate_buffer_sub_data() helper
Timothy Arceri
2017-05-17
2
-10
/
+5
*
i965: Mark shader programs for capture in the error state.
Matt Turner
2017-05-15
6
-1
/
+26
*
i965: perf: fix pointer to integer cast
Lionel Landwerlin
2017-05-15
1
-1
/
+1
*
i965: Port 3DSTATE_VF_TOPOLOGY on gen8+ to genxml.
Rafael Antognolli
2017-05-11
4
-56
/
+21
*
i965: Port 3DSTATE_INDEX_BUFFER to genxml.
Rafael Antognolli
2017-05-11
5
-74
/
+40
*
i965: Port brw_cs_state tracked state to genxml.
Rafael Antognolli
2017-05-11
3
-164
/
+145
*
i965/genxml: Mostly style fixes for emit_vertices code.
Rafael Antognolli
2017-05-11
1
-25
/
+17
*
i965: Drop brw_context::viewport_transform_enable.
Kenneth Graunke
2017-05-11
3
-3
/
+1
*
i965: Port Gen4-5 VS_STATE to genxml.
Kenneth Graunke
2017-05-11
5
-235
/
+68
*
i965: Change GEN_GEN < 7 to GEN_GEN == 6 in 3DSTATE_VS code.
Kenneth Graunke
2017-05-11
1
-5
/
+4
*
Android: remove needless conditional including of child makefiles
Rob Herring
2017-05-11
1
-10
/
+1
*
mesa: remove _CurrentFragmentProgram from gl_pipeline_object
Timothy Arceri
2017-05-11
1
-1
/
+1
*
mesa: pass rb attachment to _mesa_framebuffer_texture()
Timothy Arceri
2017-05-11
1
-2
/
+6
*
i965: Make INTEL_DEBUG=bat decode VS/CLIP/GS/SF/WM/CC_STATE on Gen4-5.
Kenneth Graunke
2017-05-10
1
-1
/
+21
*
i965: Switch BRW_NEW_CURBE_OFFSETS to BRW_NEW_PUSH_CONSTANT_ALLOCATION.
Kenneth Graunke
2017-05-10
8
-18
/
+14
*
i965: Drop BRW_NEW_PUSH_CONSTANT_ALLOCATION from Gen6 code.
Kenneth Graunke
2017-05-10
1
-9
/
+3
*
i965: Only #if...#endif a single function or related section at a time.
Kenneth Graunke
2017-05-10
1
-3
/
+38
*
i965: Turn brw_get_line_width_float() into brw_get_line_width().
Kenneth Graunke
2017-05-10
2
-12
/
+4
*
i965: Drop INTEL_DEBUG=stats.
Kenneth Graunke
2017-05-10
6
-15
/
+2
*
i965: Disable ARB_pipeline_statistics_query on Gen4-5.
Kenneth Graunke
2017-05-10
1
-1
/
+1
*
intel/compiler/vs: Move inputs_read handling to generic code
Jason Ekstrand
2017-05-09
1
-2
/
+0
*
i965/vec4: Set VERT_BIT_EDGEFLAG based on the VUE map
Jason Ekstrand
2017-05-09
1
-4
/
+0
*
nir: Embed the shader_info in the nir_shader again
Jason Ekstrand
2017-05-09
7
-31
/
+29
*
android: i965: add per-gen libmesa_i965_gen{4,45,5} static
Mauro Rossi
2017-05-09
1
-0
/
+66
*
i965: Update gen6_depth_stencil_state to use genX macro.
Rafael Antognolli
2017-05-07
1
-1
/
+1
*
i965: Move MOCS macros to brw_state.h.
Rafael Antognolli
2017-05-07
2
-42
/
+42
*
i965: Don't try to unmap NULL program cache BO.
Kenneth Graunke
2017-05-07
1
-4
/
+7
*
i965: Drop BRW_NEW_BLORP from 3DSTATE_VF atom.
Kenneth Graunke
2017-05-06
1
-2
/
+1
*
i965: Port 3DSTATE_VF to genxml and simplify the implementation.
Kenneth Graunke
2017-05-06
3
-43
/
+29
*
i915: Fix build break with empty unreachable()
Daniel Stone
2017-05-05
1
-4
/
+2
*
i965: Set modifier for imported and duplicated images
Daniel Stone
2017-05-05
1
-0
/
+20
*
i965: Use helper function for modifier -> tiling
Daniel Stone
2017-05-05
1
-17
/
+34
*
i965: Fix line width on Cherryview.
Kenneth Graunke
2017-05-04
1
-0
/
+7
*
drivers/x11: remove unneeded GLX_SHARED_GLAPI define
Emil Velikov
2017-05-04
1
-2
/
+0
*
mesa/dri: remove unneeded HAVE_SHARED_GLAPI guard
Emil Velikov
2017-05-04
1
-5
/
+1
*
mesa/dri: always link against shared glapi
Emil Velikov
2017-05-04
1
-7
/
+9
*
i965: Port gen4+ state emitting code to genxml.
Rafael Antognolli
2017-05-03
5
-230
/
+174
*
i965: Port gen6+ 3DSTATE_CC_STATE_POINTERS state to genxml.
Rafael Antognolli
2017-05-03
4
-95
/
+50
*
i965: Port gen6+ multisample state emitting code to genxml.
Rafael Antognolli
2017-05-03
5
-136
/
+96
*
i965: Port gen4+ emit vertices code to genxml.
Rafael Antognolli
2017-05-03
4
-792
/
+556
*
i965: Port push constant code to genxml.
Rafael Antognolli
2017-05-03
9
-385
/
+226
*
i965: Port gen6+ 3DSTATE_SCISSOR_STATE_POINTERS to use genxml.
Rafael Antognolli
2017-05-03
4
-116
/
+87
*
i965: Port gen7+ 3DSTATE_TE to genxml.
Rafael Antognolli
2017-05-03
4
-71
/
+39
*
i965: Port gen6+ blend state code to genxml.
Rafael Antognolli
2017-05-03
5
-522
/
+312
*
i965: Port gen6+ state emitting code to genxml.
Rafael Antognolli
2017-05-03
13
-1180
/
+471
*
i965: Port gen6+ 3DSTATE_VS to genxml.
Rafael Antognolli
2017-05-03
6
-304
/
+124
*
i965: Port gen8+ 3DSTATE_PS_EXTRA to genxml.
Rafael Antognolli
2017-05-03
4
-150
/
+88
*
i965: Port gen6+ 3DSTATE_WM to genxml.
Rafael Antognolli
2017-05-03
6
-435
/
+185
[prev]
[next]