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
Commit message (
Expand
)
Author
Age
Files
Lines
*
glx: Enable floating-point fbconfig extensions
Tomasz Lis
2013-07-18
2
-0
/
+4
*
egl: Drop configs with unknown or invalide __DRI_ATTRIB_RENDER_TYPE
Ian Romanick
2013-07-18
1
-1
/
+1
*
dri: Introduce new flags in __DRI_ATTRIB_RENDER_TYPE
Tomasz Lis
2013-07-18
4
-8
/
+10
*
glx: Require proper drawableType in init_fbconfig_for_chooser
Tomasz Lis
2013-07-18
1
-1
/
+6
*
glx: Validate the GLX_RENDER_TYPE value
Tomasz Lis
2013-07-18
7
-1
/
+59
*
glx: Store the RENDER_TYPE in indirect rendering
Tomasz Lis
2013-07-18
6
-25
/
+41
*
glx: Handling RENDER_TYPE in glXCreateContext and init_fbconfig_for_chooser
Tomasz Lis
2013-07-18
1
-4
/
+28
*
glx: Changes to visual configs initialization.
Tomasz Lis
2013-07-18
2
-5
/
+30
*
glx: Retrieve the value of RENDER_TYPE from GLX attribs array
Tomasz Lis
2013-07-18
4
-13
/
+13
*
glx: Store the value of renderType while creating context
Tomasz Lis
2013-07-18
4
-2
/
+17
*
i965: Add #defines for Memory Object Control State fields on Gen7-7.5.
Kenneth Graunke
2013-07-18
1
-0
/
+26
*
glsl/linker: Use correct array length when linking inter-stage uniforms and v...
Fabian Bieler
2013-07-18
1
-1
/
+1
*
gen_matypes: fix cross-compiling with gcc
Mike Frysinger
2013-07-18
4
-6
/
+55
*
ax_prog_flex.m4: change grep syntax to accept e.g. flex.real
Andreas Oberritter
2013-07-18
1
-1
/
+1
*
builtin_compiler/build: Avoid using libtool if cross compiling
Jonathan Liu
2013-07-18
1
-0
/
+13
*
i965: Add MOCS shift and mask for SURFACE_STATE entries.
Kenneth Graunke
2013-07-18
1
-0
/
+3
*
llvmpipe: clamp inputs for srgb render buffers
Roland Scheidegger
2013-07-18
1
-0
/
+35
*
llvmpipe: fix blending with SRC_ALPHA_SATURATE with some formats without alpha
Roland Scheidegger
2013-07-18
2
-8
/
+26
*
r600g: use WAIT_3D_IDLE before using CP DMA
Marek Olšák
2013-07-18
2
-0
/
+2
*
r300g: make use of gallium's os_get_process_name()
Jonathan Gray
2013-07-18
1
-1
/
+6
*
configure.ac: On some systems, "x86-64" is called "amd64"
Jean-Sébastien Pédron
2013-07-17
1
-6
/
+6
*
nv50: H.264/MPEG2 decoding support via VP2, available on NV84-NV96, NVA0
Ilia Mirkin
2013-07-18
11
-3
/
+1815
*
configure.ac: make grep tests more portable
Jonathan Gray
2013-07-17
1
-3
/
+3
*
configure.ac: add OpenBSD
Jonathan Gray
2013-07-17
1
-3
/
+3
*
glsl: Remove comma at end of enumerator list.
Vinson Lee
2013-07-17
1
-1
/
+1
*
mesa: Remove commas at end of enumerator lists.
Vinson Lee
2013-07-17
1
-4
/
+4
*
docs: Import 9.1.5 release notes
Carl Worth
2013-07-17
3
-0
/
+145
*
gallivm: (trivial) simplify lp_build_cos/lp_build_sin a tiny bit
Roland Scheidegger
2013-07-17
1
-7
/
+6
*
util/u_format_s3tc: handle srgb formats correctly.
Roland Scheidegger
2013-07-17
2
-185
/
+254
*
r600g/sb: improve alu packing on cayman
Vadim Girlin
2013-07-17
2
-15
/
+89
*
r600g/sb: fix handling of new multislot instructions on cayman
Vadim Girlin
2013-07-17
3
-5
/
+6
*
r600g/sb: fix debug dump code in scheduler
Vadim Girlin
2013-07-17
1
-4
/
+5
*
r600g/sb: fix initial register allocation
Vadim Girlin
2013-07-17
1
-0
/
+1
*
r600g/sb: move chip & class name functions to sb_context
Vadim Girlin
2013-07-17
4
-53
/
+55
*
r600g/sb: fix handling of PS in source bytecode on cayman
Vadim Girlin
2013-07-17
1
-0
/
+5
*
r600g/sb: Initialize ra_checker member variables.
Vinson Lee
2013-07-17
1
-1
/
+1
*
gallium/util: use explicily sized types for {un, }pack_rgba_{s, u}int
Emil Velikov
2013-07-17
2
-8
/
+8
*
llvmpipe: use MCJIT on ARM and AArch64
Kyle McMartin
2013-07-17
2
-2
/
+9
*
glsl: Fix absurd whitespace conventions in the parser.
Kenneth Graunke
2013-07-16
1
-1696
/
+1691
*
glsl: Fail the build if the grammar contains shift/reduce errors.
Kenneth Graunke
2013-07-16
1
-0
/
+2
*
glsl: Silence the last shift/reduce conflict warning in the grammar.
Kenneth Graunke
2013-07-16
1
-1
/
+3
*
glsl: Initialize ast_jump_statement::opt_return_value.
Vinson Lee
2013-07-16
1
-0
/
+1
*
glapi: Do not use backtrace on OpenBSD.
Vinson Lee
2013-07-16
1
-1
/
+1
*
osmesa: link against static libglapi library too to get the gl exports
Maarten Lankhorst
2013-07-16
1
-3
/
+3
*
i965/Gen4: Zero extra coordinates for ir_tex
Chris Forbes
2013-07-16
1
-0
/
+4
*
i965: Cite the Ivybridge PRM for 3DSTATE_CLEAR_PARAMS notes.
Kenneth Graunke
2013-07-15
1
-2
/
+2
*
i965: Refer people to brw_tex_layout.c rather than the BSpec.
Kenneth Graunke
2013-07-15
1
-2
/
+2
*
i965: Remove old BSpec reference from BLORP's 3DSTATE_WM/PS packets.
Kenneth Graunke
2013-07-15
2
-5
/
+5
*
i965: Cite the Ivybridge PRM for 3DSTATE_URB_* programming.
Kenneth Graunke
2013-07-15
1
-2
/
+3
*
i965: Update workaround flush comments for Gen6 3DSTATE_VS.
Kenneth Graunke
2013-07-15
2
-2
/
+6
[next]