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
...
*
ilo: fix a HiZ bo leakage
Chia-I Wu
2014-01-14
1
-0
/
+3
*
ilo: simplify ilo_texture_set_slice_flags()
Chia-I Wu
2014-01-14
1
-5
/
+3
*
egl-static: Fix build error.
Vinson Lee
2014-01-13
1
-1
/
+1
*
radeonsi: Rename the commonly occurring rscreen variable.
Andreas Hartmetz
2014-01-14
3
-86
/
+86
*
radeonsi: Rename the commonly occurring rctx/r600 variables.
Andreas Hartmetz
2014-01-14
18
-757
/
+757
*
radeonsi: Rename r600_trace_emit->si_trace_emit.
Andreas Hartmetz
2014-01-14
2
-2
/
+2
*
radeonsi: Rename R600->SI in some remaining defines.
Andreas Hartmetz
2014-01-14
8
-22
/
+22
*
radeonsi: Rename radeonsi->si remaining identifiers in si_uvd.c.
Andreas Hartmetz
2014-01-14
1
-2
/
+2
*
radeonsi: Rename r600->si remaining identifiers in si_state_draw.c.
Andreas Hartmetz
2014-01-14
1
-2
/
+2
*
radeonsi: Rename r600->si remaining identifiers in si_resource.c.
Andreas Hartmetz
2014-01-14
1
-6
/
+6
*
radeonsi: Rename r600->si remaining identifiers in si_query.c.
Andreas Hartmetz
2014-01-14
1
-18
/
+18
*
radeonsi: Rename r600->si remaining identifiers in si_pipe.c.
Andreas Hartmetz
2014-01-14
1
-36
/
+36
*
radeonsi: Rename r600->si remaining identifier in si_hw_context.c.
Andreas Hartmetz
2014-01-14
1
-1
/
+1
*
radeonsi: Rename radeonsi->si remaining identifiers in si_compute.c.
Andreas Hartmetz
2014-01-14
1
-8
/
+8
*
radeonsi: Rename r600->si remaining identifiers in si_blit.c.
Andreas Hartmetz
2014-01-14
1
-110
/
+110
*
radeonsi: Rename r600->si for functions in si_pipe.h.
Andreas Hartmetz
2014-01-14
12
-57
/
+57
*
radeonsi: Rename r600->si for functions in si.h.
Andreas Hartmetz
2014-01-14
4
-46
/
+46
*
radeonsi: Rename r600->si for functions in si_resource.h.
Andreas Hartmetz
2014-01-14
9
-17
/
+17
*
radeonsi: Rename r600->si for structs in si_resource.h.
Andreas Hartmetz
2014-01-14
3
-7
/
+7
*
radeonsi: Rename r600->si for structs in si.h.
Andreas Hartmetz
2014-01-14
3
-24
/
+24
*
radeonsi: Rename r600->si for structs in si_pipe.h.
Andreas Hartmetz
2014-01-14
20
-195
/
+195
*
radeonsi: Apply si_* file naming scheme.
Andreas Hartmetz
2014-01-14
26
-109
/
+81
*
glsl: Remove exec_list iterators now that nothing uses them.
Kenneth Graunke
2014-01-13
2
-88
/
+0
*
glsl: Replace iterators in ir_reader.cpp with ad-hoc list walking.
Kenneth Graunke
2014-01-13
1
-8
/
+10
*
glsl: Use a new foreach_two_lists macro for walking two lists at once.
Kenneth Graunke
2014-01-13
12
-92
/
+73
*
glsl: Statically cast parameter exec_node to ir_variable.
Kenneth Graunke
2014-01-13
1
-1
/
+1
*
glsl: Cast ir_call parameters to ir_rvalue, not ir_instruction.
Kenneth Graunke
2014-01-13
4
-6
/
+6
*
glsl: Replace foreach_iter and iter.remove() with foreach_list_safe.
Kenneth Graunke
2014-01-13
1
-6
/
+6
*
glsl: Convert piles of foreach_iter to foreach_list_safe.
Kenneth Graunke
2014-01-13
12
-36
/
+36
*
glsl: Convert piles of foreach_iter to the newer foreach_list macro.
Kenneth Graunke
2014-01-13
26
-178
/
+170
*
i965: Ensure that all necessary state is re-emitted if we run out of aperture.
Paul Berry
2014-01-13
3
-0
/
+21
*
r600g: fix glClearBuffer by handling PIPE_CLEAR_COLORi flags correctly
Marek Olšák
2014-01-13
1
-38
/
+31
*
r600g: handle NULL colorbuffers correctly on R600-R700
Marek Olšák
2014-01-13
1
-65
/
+55
*
r600g: handle NULL colorbuffers correctly on Evergreen
Marek Olšák
2014-01-13
2
-28
/
+54
*
radeonsi: handle NULL colorbuffers correctly
Marek Olšák
2014-01-13
1
-9
/
+11
*
gallium/util: easy fixes for NULL colorbuffers
Marek Olšák
2014-01-13
2
-1
/
+7
*
st/mesa: bind NULL colorbuffers as specified by glDrawBuffers
Marek Olšák
2014-01-13
6
-14
/
+40
*
mesa: handle GL_NONE draw buffers correctly in glClear
Marek Olšák
2014-01-13
1
-1
/
+5
*
st/mesa: use sRGB formats for MSAA resolving if destination is sRGB
Marek Olšák
2014-01-13
1
-0
/
+32
*
st/mesa: check depth and stencil writemask before clearing
Marek Olšák
2014-01-13
1
-2
/
+15
*
st/mesa: always prefer pipe->clear over clear_with_quad (v2)
Marek Olšák
2014-01-13
1
-5
/
+14
*
st/egl: Flush resources before presentation
Martin Andersson
2014-01-13
3
-0
/
+24
*
dri: set yInverted default to GL_TRUE
Tapani Pälli
2014-01-13
1
-0
/
+1
*
egl_dri2: call dri2_add_configs_for_visuals after extensions set
Tapani Pälli
2014-01-13
1
-5
/
+6
*
mesa: Set the correct error in _mesa_BeginConditionalRender
Ian Romanick
2014-01-10
1
-11
/
+30
*
i965: Delete duplicate write_timestamp function.
Kenneth Graunke
2014-01-10
3
-39
/
+8
*
i965: Fix clears of layered framebuffers with mismatched layer counts.
Paul Berry
2014-01-10
8
-30
/
+29
*
main: check texture target when validating layered framebuffers.
Paul Berry
2014-01-10
1
-3
/
+9
*
i965/gen6/blorp: Remove redundant HiZ workaround
Chad Versace
2014-01-09
1
-14
/
+0
*
i965/gen6/blorp: Set need_workaround_flush at top of blorp
Chad Versace
2014-01-09
1
-1
/
+3
[prev]
[next]