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
/
drivers
/
dri
/
i965
/
brw_draw_upload.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Drop "Destination Element Offset" from Ironlake SGVs.
Kenneth Graunke
2017-05-03
1
-2
/
+4
*
mesa: replace _mesa_index_buffer::type with index_size
Marek Olšák
2017-04-22
1
-4
/
+4
*
i965/drm: Rename drm_bacon_bo to brw_bo.
Kenneth Graunke
2017-04-10
1
-6
/
+6
*
i965/drm: Use our internal libdrm (drm_bacon) rather than the real one.
Kenneth Graunke
2017-04-10
1
-6
/
+6
*
i965: Replace BRW_SURFACEFORMAT_* with ISL_FORMAT_*.
Kenneth Graunke
2017-03-02
1
-131
/
+131
*
nir/i965: assert first is always less than 64
Juan A. Suarez Romero
2017-01-12
1
-0
/
+1
*
i965: check for dual slot attributes on any gen
Juan A. Suarez Romero
2017-01-12
1
-2
/
+1
*
i965: downsize *64*PASSTHRU formats to equivalent *32*FLOAT formats on gen < 8
Alejandro Piñeiro
2017-01-12
1
-30
/
+139
*
i965: return PASSTHRU surface types also on gen7
Alejandro Piñeiro
2017-01-12
1
-2
/
+6
*
nir/i965: use two slots from inputs_read for dvec3/dvec4 vertex input attributes
Juan A. Suarez Romero
2017-01-09
1
-3
/
+8
*
i965: allow unsourced enabled VAO
Juan A. Suarez Romero
2016-12-21
1
-7
/
+16
*
mesa/extensions: expose OES_vertex_half_float for ES2
Kevin Strasser
2016-11-09
1
-0
/
+2
*
i965/gen8: Fix vertex attrib upload for dvec3/4 shader inputs
Antia Puentes
2016-11-01
1
-1
/
+2
*
mesa: rename gl_client_array -> gl_vertex_array
Brian Paul
2016-10-28
1
-3
/
+3
*
i965: Eliminate brw->vs.prog_data pointer.
Kenneth Graunke
2016-10-05
1
-18
/
+25
*
i965: Drop assertion about buffer offset at draw time.
Eric Anholt
2016-09-17
1
-11
/
+0
*
i965: Unify vertex buffer setup
Topi Pohjolainen
2016-07-04
1
-5
/
+29
*
i965/draw: Expose vertex buffer state setup
Topi Pohjolainen
2016-07-04
1
-18
/
+24
*
i965: Use the buffer object size for VERTEX_BUFFER_STATE's size field.
Kenneth Graunke
2016-05-26
1
-2
/
+1
*
i965/draw: Use the correct buffer index for interleaved VBO sizes
Jason Ekstrand
2016-05-24
1
-2
/
+4
*
i965/draw: Use the real size for index buffers
Jason Ekstrand
2016-05-23
1
-2
/
+6
*
i965/draw: Use the real size for vertex buffers
Jason Ekstrand
2016-05-23
1
-1
/
+15
*
i965/draw: Use 3-channel formats for vertex fetch when possible.
Jason Ekstrand
2016-05-23
1
-11
/
+37
*
i965/draw: Properly handle rounding when dividing by InstanceDivisor
Jason Ekstrand
2016-05-23
1
-2
/
+2
*
i965/draw: Account for BaseInstance in VBO bounds
Jason Ekstrand
2016-05-23
1
-1
/
+1
*
i965/draw: Use worst-case VBO bounds if brw->num_instances == 0
Jason Ekstrand
2016-05-23
1
-9
/
+10
*
i965/draw: Delay when we get the bo for vertex buffers
Jason Ekstrand
2016-05-23
1
-22
/
+49
*
i965/draw: Stop relying on min_index == -1 for invalid index bounds
Jason Ekstrand
2016-05-23
1
-1
/
+1
*
i965: get the proper vertex surface type for doubles on gen8+
Alejandro Piñeiro
2016-05-17
1
-3
/
+27
*
i965: Make all atoms to track BRW_NEW_BLORP by default
Kenneth Graunke
2016-04-23
1
-1
/
+4
*
i965: Add support for gl_DrawIDARB and enable extension
Kristian Høgsberg Kristensen
2015-12-29
1
-1
/
+44
*
i965: Add support for gl_BaseVertexARB and gl_BaseInstanceARB
Kristian Høgsberg Kristensen
2015-12-29
1
-13
/
+22
*
i965: Drop #include of main/glheader.h.
Matt Turner
2015-11-24
1
-1
/
+0
*
i965: Fix typos in license
Ian Romanick
2015-09-10
1
-2
/
+2
*
i965: Remove horizontal bars from file header comments
Ian Romanick
2015-09-10
1
-4
/
+2
*
i965: Swap the order of the vertex ID and edge flag attributes
Neil Roberts
2015-08-22
1
-15
/
+15
*
i965: Resolve GCC sign-compare warning.
Rhys Kidd
2015-08-18
1
-5
/
+6
*
i965: Trivial formatting changes in brw_draw_upload.c
Ian Romanick
2015-08-03
1
-3
/
+6
*
mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().
Kenneth Graunke
2015-07-20
1
-1
/
+1
*
i965: Optimize batchbuffer macros.
Matt Turner
2015-07-15
1
-4
/
+8
*
i965: Mark constant static data as const.
Matt Turner
2015-07-14
1
-22
/
+22
*
i965: replace __FUNCTION__ with __func__
Marius Predut
2015-04-14
1
-1
/
+1
*
i965/state: Don't use brw->state.dirty.brw
Jordan Justen
2015-03-31
1
-2
/
+2
*
i965: Micro-optimize brw_get_index_type
Ian Romanick
2015-01-14
1
-12
/
+1
*
i965: Fix start/base_vertex_location for >1 prims but !BRW_NEW_VERTICES.
Kenneth Graunke
2014-12-31
1
-11
/
+1
*
i965: Delete brw_state_flags::cache and related code.
Kenneth Graunke
2014-12-02
1
-2
/
+0
*
i965: Move BRW_NEW_*_PROG_DATA flags to .brw (not .cache).
Kenneth Graunke
2014-12-02
1
-2
/
+2
*
i965: Rename CACHE_NEW_*_PROG to BRW_NEW_*_PROG_DATA.
Kenneth Graunke
2014-12-02
1
-2
/
+2
*
i965: Alphabetize brw_tracked_state flags and use a consistent style.
Kenneth Graunke
2014-11-29
1
-2
/
+4
*
mesa: Delete VAO _MaxElement code and index buffer bounds checking.
Kenneth Graunke
2014-09-19
1
-4
/
+1
[next]