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
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Delete stale perf_debug().
Kenneth Graunke
2016-05-04
1
-2
/
+0
*
i965: Silence unused variable warning
Kenneth Graunke
2016-05-04
1
-2
/
+0
*
mesa/main: handle double uniform matrices properly
Juan A. Suarez Romero
2016-05-04
1
-1
/
+1
*
nir: Separate 32 and 64-bit fmod lowering
Samuel Iglesias Gonsálvez
2016-05-04
1
-1
/
+1
*
i965: Define GEN_GE/GEN_LE macros in terms of GEN_LT.
Matt Turner
2016-05-03
1
-2
/
+3
*
i965: Add disassembler support for remaining opcodes.
Matt Turner
2016-05-03
2
-18
/
+92
*
i965: Make opcode_descs and gen_from_devinfo() static.
Matt Turner
2016-05-03
2
-6
/
+2
*
i965: Actually check whether the opcode is supported.
Matt Turner
2016-05-03
2
-4
/
+3
*
i965: Merge inst_info and opcode_desc tables.
Matt Turner
2016-05-03
5
-149
/
+73
*
i965: Move inst_info from brw_eu_validate.c to brw_eu.c.
Matt Turner
2016-05-03
3
-245
/
+249
*
i965/disasm: Wrap opcode_desc look-up in a function.
Francisco Jerez
2016-05-03
5
-14
/
+42
*
i965: Pass devinfo pointer to is_3src() helpers.
Francisco Jerez
2016-05-03
8
-10
/
+11
*
i965: Pass devinfo pointer to brw_instruction_name().
Francisco Jerez
2016-05-03
4
-4
/
+5
*
i965: Write a scalar TCS backend that runs in SINGLE_PATCH mode.
Kenneth Graunke
2016-05-03
7
-15
/
+510
*
i965: Rework the TCS passthrough shader to use NIR.
Kenneth Graunke
2016-05-03
3
-56
/
+85
*
mesa/objectlabel: handle NULL src string
Mark Janes
2016-05-03
1
-3
/
+4
*
swrast: Add texfetch_funcs entries for astc 3d formats
Anuj Phogat
2016-05-03
1
-1
/
+22
*
mesa: Enable translation between astc 3d gl formats and mesa formats
Anuj Phogat
2016-05-03
1
-0
/
+80
*
mesa: Handle astc 3d formats in _mesa_get_compressed_formats()
Anuj Phogat
2016-05-03
1
-0
/
+29
*
mesa: Handle astc 3d formats in _mesa_base_tex_format()
Anuj Phogat
2016-05-03
1
-2
/
+4
*
mesa: Account for astc 3d formats in _mesa_is_astc_format()
Anuj Phogat
2016-05-03
1
-3
/
+13
*
mesa: Add a helper function is_astc_3d_format()
Anuj Phogat
2016-05-03
1
-0
/
+32
*
mesa: Add the missing defines for GL_OES_texture_compression_astc
Anuj Phogat
2016-05-03
1
-0
/
+23
*
mesa: Align the values of #define's in glheader.h
Anuj Phogat
2016-05-03
1
-29
/
+29
*
mesa: Add OES_texture_compression_astc to extension table and gl_extensions
Anuj Phogat
2016-05-03
2
-0
/
+2
*
mesa: Add entries for astc 3d formats initializing struct gl_format_info
Anuj Phogat
2016-05-03
1
-0
/
+21
*
mesa: Add mesa formats for astc 3d formats
Anuj Phogat
2016-05-03
1
-0
/
+21
*
mesa: Account for block depth in _mesa_format_image_size()
Anuj Phogat
2016-05-03
1
-21
/
+23
*
mesa: Handle 3d block sizes in _mesa_compute_compressed_pixelstore
Anuj Phogat
2016-05-03
1
-3
/
+3
*
mesa: Handle 3d block sizes in teximage error checks
Anuj Phogat
2016-05-03
1
-6
/
+13
*
mesa: Handle 3d block sizes in getteximage error checks
Anuj Phogat
2016-05-03
1
-4
/
+17
*
mesa: Add an assert for BlockDepth in _mesa_get_format_block_size()
Anuj Phogat
2016-05-03
1
-0
/
+3
*
mesa: Add a helper function to query 3D block sizes
Anuj Phogat
2016-05-03
2
-0
/
+25
*
mesa: Add block depth field in struct gl_format_info
Anuj Phogat
2016-05-03
4
-274
/
+279
*
mesa/copyimage: make sure number of samples match.
Dave Airlie
2016-05-03
1
-0
/
+14
*
mesa/objectlabel: don't do memcpy if bufSize is 0 (v2)
Dave Airlie
2016-05-03
1
-0
/
+5
*
mesa/textureview: move error checks up higher
Dave Airlie
2016-05-03
1
-24
/
+26
*
st/mesa: fix blit-based GetTexImage for non-finalized textures
Marek Olšák
2016-05-02
1
-1
/
+2
*
vbo: avoid leaking prim on vbo bind failure
Ilia Mirkin
2016-05-01
1
-1
/
+3
*
mesa: add LOCATION_COMPONENT support to GetProgramResourceiv
Timothy Arceri
2016-05-01
2
-0
/
+15
*
glShaderSource must not change compile status.
Jamey Sharp
2016-05-01
1
-1
/
+0
*
i965: don't forget to ship brw_nir_trig_workarounds.py
Emil Velikov
2016-05-01
1
-0
/
+3
*
glx: Refactor the configure options for glx implementation choice (v3)
Chuck Atkins
2016-05-01
1
-1
/
+1
*
st/glsl_to_tgsi: fix potential crash when allocating temporaries
Samuel Pitoiset
2016-04-30
1
-1
/
+1
*
mesa: simplify _mesa_Lightfv
Thomas Faller
2016-04-29
1
-10
/
+0
*
st/glsl_to_tgsi: reduce stack explosion in recursive expression visitor
Nicolai Hähnle
2016-04-29
1
-4
/
+16
*
mesa: Fix indirect draw buffer size check on 32-bit systems.
Kenneth Graunke
2016-04-28
1
-1
/
+1
*
nir: Switch the arguments to nir_foreach_use and friends
Jason Ekstrand
2016-04-28
1
-1
/
+1
*
nir: Switch the arguments to nir_foreach_function
Jason Ekstrand
2016-04-28
6
-13
/
+13
*
nir: Switch the arguments to nir_foreach_instr
Jason Ekstrand
2016-04-28
6
-11
/
+11
[next]