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
*
nv50/ir: fix indirect texturing for non-array textures on nvc0
Ilia Mirkin
2016-03-20
1
-3
/
+7
*
st/mesa: only minify depth for 3d targets
Ilia Mirkin
2016-03-20
1
-1
/
+4
*
nv50/ir: normalize cube coordinates after derivatives have been computed
Ilia Mirkin
2016-03-20
4
-15
/
+84
*
gallium/radeon: remove remnants of R600 TGSI->LLVM
Marek Olšák
2016-03-20
2
-20
/
+0
*
r600g: flatten if (1) statement after removal of TGSI->LLVM
Marek Olšák
2016-03-20
1
-81
/
+79
*
r600g: remove TGSI->LLVM translation
Marek Olšák
2016-03-20
9
-1107
/
+89
*
gallium/radeon: remove old CS tracing
Marek Olšák
2016-03-20
20
-476
/
+23
*
radeonsi: process TGSI property NEXT_SHADER
Marek Olšák
2016-03-19
2
-3
/
+33
*
st/mesa: set TGSI property NEXT_SHADER
Marek Olšák
2016-03-19
1
-0
/
+36
*
gallium: add TGSI property NEXT_SHADER
Marek Olšák
2016-03-19
5
-1
/
+32
*
nvc0/ir: Use double constant in handleSQRT
Pierre Moreau
2016-03-19
1
-1
/
+1
*
mesa: Disallow GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME on winsys FBO.
Kenneth Graunke
2016-03-19
1
-0
/
+17
*
nv50/ir: force-enable derivatives on TXD ops
Ilia Mirkin
2016-03-19
2
-1
/
+4
*
nv50: reset TFB bufctx when we no longer hold a reference to the buffers
Ilia Mirkin
2016-03-19
2
-3
/
+3
*
nvc0: avoid using magic numbers for the uniform_bo offsets
Samuel Pitoiset
2016-03-19
8
-44
/
+73
*
nv50/ir: make use of auxCBSlot instead of magic numbers
Samuel Pitoiset
2016-03-19
2
-2
/
+4
*
nv50,nvc0: replace resInfoCBSlot by auxCBSlot
Samuel Pitoiset
2016-03-19
6
-16
/
+10
*
nv50/ir: fix compilation warning in handleSharedATOM()
Samuel Pitoiset
2016-03-19
1
-0
/
+1
*
nv50,nvc0: Fix invalid constant.
Vinson Lee
2016-03-18
1
-1
/
+1
*
mesa: Do proper format error checks for GenerateMipmap in ES 3.x.
Kenneth Graunke
2016-03-18
1
-0
/
+14
*
mesa: Add color renderable/texture filterable format info for ES 3.x.
Kenneth Graunke
2016-03-18
2
-0
/
+90
*
i965: Stop XY clipping point and line primitives.
Kenneth Graunke
2016-03-18
1
-1
/
+7
*
i965: Scissor to the viewport when rendering points/lines.
Kenneth Graunke
2016-03-18
2
-5
/
+8
*
i965: Include the viewport in the scissor rectangle.
Kenneth Graunke
2016-03-18
1
-4
/
+4
*
i965: Introduce an is_drawing_lines() helper.
Kenneth Graunke
2016-03-18
1
-0
/
+30
*
i965: Move is_drawing_points to brw_state.h.
Kenneth Graunke
2016-03-18
2
-24
/
+24
*
i965: Fix gl_TessLevelOuter[] for isolines.
Kenneth Graunke
2016-03-18
2
-6
/
+22
*
i965: Decode non-normalized coordinates bit in SAMPLER_STATE.
Kenneth Graunke
2016-03-18
1
-2
/
+3
*
i965: Account for TES in is_drawing_points().
Kenneth Graunke
2016-03-18
1
-1
/
+8
*
nv50: Mark compute states as dirty on context switch
Pierre Moreau
2016-03-19
1
-0
/
+1
*
nv50/ir: print SUBFM subops
Samuel Pitoiset
2016-03-19
1
-0
/
+9
*
nv50: add a new validation path for compute
Samuel Pitoiset
2016-03-19
1
-12
/
+13
*
nv50: rework nv50_compute_validate_program()
Samuel Pitoiset
2016-03-19
3
-31
/
+17
*
nv50: rework the validation path for 3D
Samuel Pitoiset
2016-03-19
4
-16
/
+36
*
nv50: rename 3d binding points to NV50_BIND_3D_XXX
Samuel Pitoiset
2016-03-19
8
-46
/
+46
*
nv50: rename 3d dirty flags to NV50_NEW_3D_XXX
Samuel Pitoiset
2016-03-19
8
-112
/
+112
*
nv50: rename NV50_COMPUTE to NV50_CP
Samuel Pitoiset
2016-03-19
3
-52
/
+52
*
nv50: rename nv50_context::dirty to nv50_context::dirty_3d
Samuel Pitoiset
2016-03-19
8
-57
/
+57
*
st/mesa: clean up st_translate_texture_target()
Brian Paul
2016-03-18
1
-25
/
+44
*
st/mesa: simplify drawpixels shader code with tgsi transform helper functions
Brian Paul
2016-03-18
1
-64
/
+18
*
st/mesa: simplify bitmap shader code with tgsi transform helper functions
Brian Paul
2016-03-18
1
-37
/
+8
*
tgsi: add tgsi_transform_op3_inst() function
Brian Paul
2016-03-18
1
-0
/
+34
*
egl: support EGL_LARGEST_PBUFFER in eglCreatePbufferSurface(...)
Daniel Czarnowski
2016-03-18
3
-1
/
+13
*
gallium/swr: Cleaned up some context-resource management
George Kyriazis
2016-03-17
5
-26
/
+27
*
mesa: remove remaining tabs in prog_parameter.c
Timothy Arceri
2016-03-18
1
-8
/
+8
*
mesa: inline _mesa_add_unnamed_constant()
Timothy Arceri
2016-03-18
2
-24
/
+6
*
mesa: simplify and inline _mesa_lookup_parameter_index()
Timothy Arceri
2016-03-18
3
-41
/
+18
*
mesa: make _mesa_lookup_parameter_constant static
Timothy Arceri
2016-03-18
2
-100
/
+94
*
mesa: remove unused function
Timothy Arceri
2016-03-18
1
-6
/
+0
*
st/mesa: honour sized internal formats in st_choose_format (v2)
Nicolai Hähnle
2016-03-17
1
-21
/
+6
[next]