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
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Rename batch->exec_objects to validation_list
Chris Wilson
2017-07-20
2
-12
/
+14
*
Revert "i965: Call intel_prepare_render() from intel_update_state()"
Kenneth Graunke
2017-07-20
1
-2
/
+0
*
mesa: remove useless assert in _mesa_TextureView()
Samuel Pitoiset
2017-07-20
1
-1
/
+0
*
mesa: remove duplicated code around framebuffer_renderbuffer()
Samuel Pitoiset
2017-07-20
1
-47
/
+23
*
mesa: remove one extra check in _mesa_DeleteTextures()
Samuel Pitoiset
2017-07-20
1
-5
/
+0
*
mesa: make _mesa_generate_texture_mipmap() static
Samuel Pitoiset
2017-07-20
2
-10
/
+6
*
mesa: inline save_array_object()
Samuel Pitoiset
2017-07-20
1
-14
/
+1
*
mesa: inline remove_array_object()
Samuel Pitoiset
2017-07-20
1
-15
/
+1
*
mesa: tidy up _mesa_DeleteVertexArrays()
Samuel Pitoiset
2017-07-20
1
-13
/
+12
*
mesa: remove useless assert in texture_storage()
Samuel Pitoiset
2017-07-20
1
-1
/
+0
*
mesa: pass the 'caller' function to texstorage()
Samuel Pitoiset
2017-07-20
1
-9
/
+11
*
mesa: make _mesa_texture_storage() static
Samuel Pitoiset
2017-07-20
2
-19
/
+12
*
i965: Represent depth surfaces with isl
Topi Pohjolainen
2017-07-20
3
-48
/
+94
*
i965: Drop redundant check for non-tiled depth buffer
Topi Pohjolainen
2017-07-20
2
-4
/
+2
*
i965/miptree: Prepare 3D surfaces with physical 2D layout
Topi Pohjolainen
2017-07-20
1
-17
/
+22
*
i965/miptree: Prepare aux state map for isl based
Topi Pohjolainen
2017-07-20
1
-3
/
+18
*
i965/miptree: Represent y-tiled stencil copies with isl
Topi Pohjolainen
2017-07-20
1
-5
/
+4
*
i965/miptree: Represent w-tiled stencil surfaces with isl
Topi Pohjolainen
2017-07-20
3
-20
/
+36
*
i965/miptree: Prepare compressed offsets for isl based
Topi Pohjolainen
2017-07-20
1
-1
/
+1
*
i965/miptree: Add support for imported bo offsets for isl based
Topi Pohjolainen
2017-07-20
1
-0
/
+13
*
i965/fbo: Add support for isl-based miptrees in rb wrapper
Topi Pohjolainen
2017-07-20
1
-0
/
+4
*
i965: Prepare image setup from miptree for isl based
Topi Pohjolainen
2017-07-20
1
-2
/
+9
*
i965: Prepare tex, img and rt state emission for isl based miptrees
Topi Pohjolainen
2017-07-20
1
-5
/
+16
*
i965: Refactor miptree to isl converter and adjustment
Topi Pohjolainen
2017-07-20
1
-46
/
+57
*
i965: Prepare tex (sub)image for isl based
Topi Pohjolainen
2017-07-20
2
-5
/
+23
*
i965/wm: Prepare image surfaces for isl based
Topi Pohjolainen
2017-07-20
1
-0
/
+6
*
i965/wm: Fix number of layers in 3D images
Topi Pohjolainen
2017-07-20
1
-3
/
+13
*
i965/miptree: Prepare intel_miptree_copy() for isl based
Topi Pohjolainen
2017-07-20
1
-4
/
+16
*
i965: Prepare blit engine for isl based miptrees
Topi Pohjolainen
2017-07-20
1
-5
/
+11
*
i965/miptree: Store chars-per-pixel even for isl based
Topi Pohjolainen
2017-07-20
1
-0
/
+1
*
i965/miptree: Switch to isl_surf::row_pitch
Topi Pohjolainen
2017-07-20
13
-66
/
+48
*
i965/miptree: Take interleaving into account in stencil pitch
Topi Pohjolainen
2017-07-20
3
-58
/
+20
*
i965/miptree: Switch to isl_surf::tiling
Topi Pohjolainen
2017-07-20
15
-133
/
+128
*
i965/miptree: Use isl_tiling_to_i915_tiling()
Topi Pohjolainen
2017-07-20
2
-14
/
+1
*
i965/miptree: Switch to isl_surf::samples
Topi Pohjolainen
2017-07-20
11
-49
/
+43
*
i965/miptree: Use num_samples of 1 instead of 0 for single-sampled
Topi Pohjolainen
2017-07-20
10
-32
/
+38
*
i965/miptree: Switch to isl_surf::msaa_layout
Topi Pohjolainen
2017-07-20
6
-131
/
+30
*
mesa: check API profile for GL_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTION
Brian Paul
2017-07-19
1
-1
/
+1
*
drirc: whitelist War Thunder (Wine) for glthread
Marek Olšák
2017-07-19
1
-0
/
+3
*
dri/common: use designated initializers for OptConfElems
Emil Velikov
2017-07-19
1
-1
/
+4
*
swrast: add dri2ConfigQueryExtension to the correct extension list
Emil Velikov
2017-07-19
1
-1
/
+0
*
radeon: remove local vblank_mode option
Emil Velikov
2017-07-19
1
-2
/
+0
*
i915: remove local vblank_mode option
Emil Velikov
2017-07-19
1
-1
/
+0
*
i965: remove local vblank_mode option
Emil Velikov
2017-07-19
1
-1
/
+0
*
i965/blorp: Use the return value of brw_emit_reloc.
Kenneth Graunke
2017-07-18
1
-3
/
+3
*
i965: Delete dead brw_program_reloc function.
Kenneth Graunke
2017-07-18
1
-15
/
+0
*
i965: Convert WM_STATE to genxml on gen4-5.
Rafael Antognolli
2017-07-18
6
-437
/
+153
*
i965: Convert CLIP_STATE to genxml.
Rafael Antognolli
2017-07-18
4
-215
/
+100
*
i965/gen4: Set tile offsets to zero after depth rebase
Topi Pohjolainen
2017-07-18
1
-4
/
+6
*
i965: Refactor check for separate stencil
Topi Pohjolainen
2017-07-18
1
-4
/
+20
[next]